var map1; function map1_initialize() { if (GBrowserIsCompatible()) { var latlng1 = [ [new GLatLng(37.88089,-4.78533), '
Ac Cordoba Palacio Reviews

'],[new GLatLng(37.88742,-4.77777), '
Hospes Palacio Del Bailio Reviews

'],[new GLatLng(37.87892,-4.78224), '
Las Casas De La Juderia Reviews

'],[new GLatLng(37.91156,-4.78525), '
Abetos Del Maestre-escuela Reviews

'],[new GLatLng(37.8889,-4.78994), '
Ac Cordoba Reviews

'],[new GLatLng(37.91533,-4.80366), '
Ayre Hotel Cordoba Reviews

'],[new GLatLng(37.89197,-4.78333), '
Cordoba Center Reviews

'],[new GLatLng(37.86324,-4.78388), '
Eurostars Ciudad De Cordoba Hotel Reviews

'],[new GLatLng(37.90673,-4.79818), '
Eurostars Las Adelfas Reviews

'],[new GLatLng(37.87394,-4.77783), '
Hesperia Córdoba Reviews

'],[new GLatLng(37.87939,-4.77878), '
Hotel Conquistador Reviews

'],[new GLatLng(37.88603,-4.77615), '
Hotel Macia Alfaros Reviews

'],[new GLatLng(37.87901,-4.78228), '
Nh Amistad Córdoba Reviews

'],[new GLatLng(37.90649,-4.79964), '
Parador De Córdoba Reviews

'],[new GLatLng(37.88397,-4.77772), '
Asolter Reviews

'],[new GLatLng(37.88221,-4.7669), '
Averroes Reviews

'],[new GLatLng(37.87927,-4.78047), '
Eurostars Maimonides Hotel Reviews

'],[new GLatLng(37.87327,-4.77871), '
Hesperia Cordoba Reviews

'],[new GLatLng(37.87825,-4.77914), '
Hotel Hacienda Posada De Vallina Reviews

'],[new GLatLng(37.92781,-4.81225), '
Hotel Palacete Mirador De Cordoba Reviews

'],[new GLatLng(37.88432,-4.78397), '
Hotel Selu Reviews

'],[new GLatLng(37.88032,-4.7824), '
La Hospederia De El Churrasco Reviews

'],[new GLatLng(37.87894,-4.78235), '
Nh Amistad Cordoba Reviews

'],[new GLatLng(37.90526,-4.79572), '
Parador De Cordoba La Arruzafa Reviews

'],[new GLatLng(37.88515,-4.78942), '
Tryp Los Gallos Reviews

'],[new GLatLng(37.88232,-4.76773), '
Apartamentos Turísticos Embrujo De Azahar Reviews

'],[new GLatLng(37.92168,-4.79692), '
Apartamentos Turisticos La Castilleja Reviews

'],[new GLatLng(37.8784,-4.77881), '
El Triunfo Reviews

'],[new GLatLng(37.88049,-4.78117), '
Hospedería Del Atalia Reviews

'],[new GLatLng(37.88455,-4.77568), '
Hotel Gracia De Córdoba Reviews

'],[new GLatLng(37.88182,-4.77301), '
Lineros 38 Reviews

'],[new GLatLng(37.88028,-4.77911), '
Los Omeyas Reviews

'],[new GLatLng(37.88279,-4.78429), '
Nh Califa Reviews

'],[new GLatLng(37.88185,-4.77109), '
Patio De Valderramas Reviews

'],[new GLatLng(37.88588,-4.78381), '
Riviera Reviews

'],[new GLatLng(37.88408,-4.77582), '
Rusticae Casa De Los Azulejos Reviews

'],[new GLatLng(37.88592,-4.77911), '
San Miguel Reviews

'],[new GLatLng(37.88979,-4.78233), '
Serrano Reviews

'],[new GLatLng(37.88425,-4.78008), '
Boston Reviews

'],[new GLatLng(37.8826,-4.77614), '
La Fuente Reviews

'],[new GLatLng(37.87976,-4.78004), '
Los Patios Reviews

'],[new GLatLng(37.8651,-4.78263), '
Oasis Reviews

'],[new GLatLng(37.88219,-4.77702), '
Plateros Reviews

'],[new GLatLng(37.88279,-4.77437), '
Apartamentos Turisticos Luna De Cristal Reviews

'],[new GLatLng(37.88369,-4.77985), '
Cordoba Centro Reviews

'],[new GLatLng(37.87858,-4.77831), '
Hostal Posada Los Alcázares Reviews

'],[new GLatLng(37.88975,-4.78235), '
Hotel Serrano Reviews

'],[new GLatLng(37.88028,-4.77909), '
Los Omeyas Reviews

'],[new GLatLng(37.88102,-4.77584), '
Minotel Maestre Reviews

'],[new GLatLng(37.882,-4.77634), '
San Fernando 62 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);