//

![]() | Guest House Benedetta Via Solferino, 10 50123 - '+arraycitta[id_lang]+' |
';
GEvent.addListener(markerSight, "mouseover", function() {
showTooltip(markerSight);
});
GEvent.addListener(markerSight,"mouseout", function() {
tooltip.style.visibility="hidden"
});
return markerSight;
}
////////////////BLOCCO AEROPORTI/////////////////////
//CREA ICONA AEROPORTO
var url_img= "../map/aeroporto.png";
gicons["air"] = new GIcon(G_DEFAULT_ICON, url_img);
gicons["air"].iconSize = new GSize(15, 15);
gicons["air"].shadow = "";
gicons["air"].iconAnchor = new GPoint(7, 7);
gicons["air"].infoWindowAnchor = new GPoint(7, 7);
//FUNZIONE CREA AEROPORTO
function createMarkerAir(point, testohtml) {
var markerAir = new GMarker(point,gicons["air"]);
//alert(point);
GEvent.addListener(markerAir, "click", function() {
markerAir.openInfoWindowHtml(testohtml);
});
return markerAir;
}
////////////////BLOCCO MAPPA+XML////////////////////13/
// Crea la mappa di Roma, zoom 15, senza ombra
var map = new GMap2(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.addControl(new GOverviewMapControl());
map.setCenter(new GLatLng(43.775598 , 11.23954), 14);
map.getPane(G_MAP_FLOAT_SHADOW_PANE).style.visibility="hidden";
//MARKER HOTEL//
map.openInfoWindowHtml(map.getCenter(), hotels);
//MARKER AEROPORTO FLORENCE//
var point = new GLatLng(43.803536, 11.201704);
map.addOverlay(createMarkerAir(point, '