var map1; function map1_initialize() { if (GBrowserIsCompatible()) { var latlng1 = [ [new GLatLng(51.89115,-8.48971), '
Hayfield Manor Hotel Reviews

'],[new GLatLng(51.89323,-8.5086), '
Kingsley Hotel Reviews

'],[new GLatLng(51.81641,-8.39187), '
Carrigaline Court Hotel And Leisure Center Reviews

'],[new GLatLng(51.89841,-8.46525), '
Clarion Hotel Cork Reviews

'],[new GLatLng(51.89518,-8.49194), '
College View Apartments Reviews

'],[new GLatLng(51.84748,-8.48725), '
Cork International Airport Hotel Reviews

'],[new GLatLng(51.89737,-8.4695), '
Imperial Hotel Reviews

'],[new GLatLng(51.89655,-8.48296), '
Lancaster Lodge Reviews

'],[new GLatLng(51.87132,-8.41945), '
Maryborough House Hotel & Spa Reviews

'],[new GLatLng(51.90464,-8.45483), '
Montenotte Hotel Reviews

'],[new GLatLng(51.90567,-8.35979), '
Radisson Blu Hotel & Spa, Cork Reviews

'],[new GLatLng(51.8471,-8.48651), '
Radisson Blu Hotel, Cork Airport Reviews

'],[new GLatLng(51.90464,-8.42355), '
Silver Springs Moran Hotel Reviews

'],[new GLatLng(51.90476,-8.45972), '
The Ambassador Hotel & Health Club Reviews

'],[new GLatLng(51.895,-8.48566), '
The River Lee Hotel (formerly Jurys Cork Hotel) Reviews

'],[new GLatLng(51.90312,-8.42639), '
Belvedere Lodge - B&b Reviews

'],[new GLatLng(51.89834,-8.47277), '
Bayview Hotel Reviews

'],[new GLatLng(51.90333,-8.45845), '
Gabriel House - Guest House Reviews

'],[new GLatLng(51.89563,-8.48872), '
Garnish House Reviews

'],[new GLatLng(51.90139,-8.46821), '
Gresham Metropole Hotel Reviews

'],[new GLatLng(51.90153,-8.46874), '
Hotel Isaacs Cork Reviews

'],[new GLatLng(51.89953,-8.46411), '
Jurys Inn Cork Reviews

'],[new GLatLng(51.89613,-8.48598), '
Killarney Guest House Reviews

'],[new GLatLng(51.9026,-8.47444), '
Maldron Hotel And Leisure Centre Cork Reviews

'],[new GLatLng(51.87262,-8.47117), '
Travelodge Cork Airport Reviews

'],[new GLatLng(51.91354,-8.40203), '
Vienna Woods Hotel Reviews

'],[new GLatLng(51.89717,-8.48175), '
Westview Aparthotel Reviews

'],[new GLatLng(51.90179,-8.47078), '
Ashley Hotel Reviews

'],[new GLatLng(51.89833,-8.4728), '
Lotamore House Reviews

'],[new GLatLng(51.89376,-8.49951), '
Redclyffe Guesthouse Reviews

'],[new GLatLng(51.89842,-8.4724), '
Victoria Hotel Reviews

'],[new GLatLng(51.90133,-8.46614), '
Windsor Inn Cork Reviews

'],[new GLatLng(51.89288,-8.49311), '
Brookfield Lodge Hotel & Leisure Centre Reviews

'],[new GLatLng(51.89834,-8.47277), '
Garryvoe Hotel Reviews

'],[new GLatLng(51.89834,-8.47277), '
Inchydoney Island Lodge Spa Reviews

'],[new GLatLng(51.89475,-8.47265), '
Portree Hostel Reviews

'],[new GLatLng(51.8999,-8.4666), '
Rushbrooke Hotel And Spa Reviews

'],[new GLatLng(51.88569,-8.44583), '
West Cork Hotel 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);