var map1; function map1_initialize() { if (GBrowserIsCompatible()) { var latlng1 = [ [new GLatLng(38.3445,-0.48239), '
Hospes Amerigo Reviews

'],[new GLatLng(38.36051,-0.41125), '
Sidi San Juan Hotel Reviews

'],[new GLatLng(38.34109,-0.49182), '
Abba Centrum Alicante Reviews

'],[new GLatLng(38.3411,-0.49181), '
Abba Centrum Alicante Reviews

'],[new GLatLng(38.33843,-0.49361), '
Ac Alicante Reviews

'],[new GLatLng(38.30952,-0.5409), '
Be Live Plantio Golf Reviews

'],[new GLatLng(38.34483,-0.48115), '
Eurostars Mediterranea Plaza Reviews

'],[new GLatLng(38.36447,-0.41743), '
Holiday Inn Alicante Playa De San Juan Reviews

'],[new GLatLng(38.29384,-0.58455), '
Hotel Areca Reviews

'],[new GLatLng(38.44418,-0.43093), '
Hotel Bonalba Golf & Conventions Reviews

'],[new GLatLng(38.43559,-0.54103), '
La Datcha Reviews

'],[new GLatLng(38.43747,-0.46839), '
Madame Vacances Alicante Spa & Golf Resort - Apts & Cottages Reviews

'],[new GLatLng(38.43747,-0.46839), '
Madame Vacances Alicante Spa & Golf Resort-villas Reviews

'],[new GLatLng(38.34274,-0.47874), '
Melia Alicante Reviews

'],[new GLatLng(38.34349,-0.47898), '
Spa Porta Maris & Suites Del Mar Reviews

'],[new GLatLng(38.34409,-0.48293), '
Tryp Gran Sol Reviews

'],[new GLatLng(38.35971,-0.45179), '
Albahia Tennis And Business Hotel Reviews

'],[new GLatLng(38.31441,-0.52015), '
Alicante Hills - Apartments Reviews

'],[new GLatLng(38.38077,-0.40991), '
Almirante Reviews

'],[new GLatLng(38.33693,-0.50306), '
Campanile Alicante Reviews

'],[new GLatLng(38.37322,-0.41218), '
Castilla Alicante Reviews

'],[new GLatLng(38.3733,-0.45558), '
Daniya Alicante Reviews

'],[new GLatLng(38.31749,-0.5147), '
Exp By Holiday Inn Alicante Reviews

'],[new GLatLng(38.34521,-0.48002), '
Gravina Cinco Reviews

'],[new GLatLng(38.35208,-0.4751), '
Hotel Maya Reviews

'],[new GLatLng(38.39554,-0.43353), '
Husa Villa San Juan Reviews

'],[new GLatLng(38.34496,-0.49443), '
La City Hotel Reviews

'],[new GLatLng(38.34773,-0.49045), '
Leuka Reviews

'],[new GLatLng(38.35768,-0.43057), '
Mio Cid Reviews

'],[new GLatLng(38.39001,-0.43119), '
Torre Sant Joan Reviews

'],[new GLatLng(38.34528,-0.47981), '
Tryp Ciudad Alicante Reviews

'],[new GLatLng(38.30609,-0.61574), '
As Express Elche Reviews

'],[new GLatLng(38.34557,-0.47936), '
Bahia Reviews

'],[new GLatLng(38.40158,-0.40538), '
Hostal San Juan Reviews

'],[new GLatLng(38.34749,-0.48511), '
Nh Cristal Reviews

'],[new GLatLng(38.31394,-0.51603), '
Ibis Alicante Reviews

'],[new GLatLng(38.34557,-0.48693), '
San Remo Reviews

'],[new GLatLng(38.44575,-0.43892), '
Alicante Spa & Golf Resort Reviews

'],[new GLatLng(38.3335,-0.5054), '
Campanile - Alicante Reviews

'],[new GLatLng(38.3493,-0.4916), '
Goya Reviews

'],[new GLatLng(38.34507,-0.48028), '
Gravina Cinco Reviews

'],[new GLatLng(38.37318,-0.41428), '
Hotel Castilla Alicante Reviews

'],[new GLatLng(38.35887,-0.47605), '
Hotel Nou Petrer Reviews

'],[new GLatLng(38.34471,-0.49461), '
La City Reviews

'],[new GLatLng(38.38836,-0.51918), '
La Villa Universitaria Reviews

'],[new GLatLng(38.34788,-0.49058), '
Leuka Reviews

'],[new GLatLng(38.3426,-0.4787), '
Sercotel Suite Del Mar Spa Port Reviews

']]; var latlngbounds = new GLatLngBounds(); var icon = new GIcon(); icon.image = "/images/hotel.png"; icon.shadow = "/images/hotelshadow.png"; icon.iconSize = new GSize(20, 34); icon.shadowSize = new GSize(37, 34); icon.iconAnchor = new GPoint(9, 34); icon.infoWindowAnchor = new GPoint(9, 2); map1 = new GMap2(document.getElementById('HotelMap')); map1.addControl(new GSmallMapControl()); map1.addControl(new GMenuMapTypeControl()); map1.setCenter(new GLatLng(0,0), 0); for (var i = 0; i < latlng1.length; i++) { (function () { var marker = new GMarker(latlng1[i][0],icon); var html = latlng1[i][1]; GEvent.addListener(marker, 'click', function() { marker.openInfoWindowHtml(html); }); map1.addOverlay(marker); latlngbounds.extend(latlng1[i][0]); })(); } map1.setCenter(latlngbounds.getCenter(), map1.getBoundsZoomLevel(latlngbounds)); } } GEvent.addDomListener(window, 'load', map1_initialize);