// JavaScript Document
//ITNAPHTLOriente - ITNAPHTLLucia (FOR BOOK NOW)
var locations_data = { locations: [
	{
		simpleContent: "<b>GRAND HOTEL ORIENTE NAPOLI</b><br>Via Armando Diaz, 44<br>80134 Naples Italy<br>Tel. +39 081 551 21 33<br><a href='mailto:info@grandhoteloriente.it'>info@grandhoteloriente.it</a><br><a href='http://www.grandhoteloriente.it'>www.grandhoteloriente.it</a><br /><center> <a style=\"color: rgb(154, 36, 45); font-size: 15px; margin-left: 10px; font-weight: bold;\" onclick=\"hhotelSearch('ITNAPHTLOriente', '', '', '', '', '', '&FSTBKNGTrackLink=')\" href=\"javascript:;\">Book Now!</a></center>",
		maximizedContent: "http://192.168.0.13:2192/sample.html",
		maximizedContent: "",
		latitude: 40.842653, /* 45.482958 */
		longitude: 14.250201, /* 12.232225 */
		zoom:  16,
		//icon: "img/10888.gif"
		icon: "img/logogoogle_oriente.png"
	},
	{
		simpleContent: "<b>GRAND HOTEL SANTA LUCIA NAPOLI</b><br>Via Partenope 46<br>80121 Naples Italy<br><a href='mailto:info@santalucia.it'>info@santalucia.it</a><br><a href='http://www.santalucia.it'>www.santalucia.it</a><br /><center> <a style=\"color: rgb(154, 36, 45); font-size: 15px; margin-left: 10px; font-weight: bold;\" onclick=\"hhotelSearch('ITNAPHTLLucia', '', '', '', '', '', '&FSTBKNGTrackLink=')\" href=\"javascript:;\">Book Now!</a></center>",
		maximizedContent: "",
		latitude: 40.830000,
		longitude: 14.249074,
		zoom: 16,
		//icon: "img/10937.gif"
		icon: "/img/logogoogle_santalucia.png"
	}
]};

$(document).ready(function(){
	$("#gmaps_container").gmaps({
		data: locations_data,
		//infopanel: $("#gmaps_info").get(0),
		//relativepath: "http://projects.sevir.org/storage/jqmaps/"
		//relativepath: "http://192.168.0.13:2131/"
		relativepath: "http://www.naples-hotel-oriente.com/"
	});
});