var map1; function map1_initialize() { if (GBrowserIsCompatible()) { var latlng1 = [ [new GLatLng(53.47299,-2.25033), '
Blue Rainbow Aparthotel - Manchester Central Reviews

'],[new GLatLng(53.4831,-2.23773), '
Light Boutique Hotel - Apartment Reviews

'],[new GLatLng(53.47802,-2.24713), '
Radisson Edwardian Manchester Reviews

'],[new GLatLng(53.48338,-2.25095), '
Rocco Forte Lowry Hotel Reviews

'],[new GLatLng(53.47981,-2.23328), '
Abode Manchester Reviews

'],[new GLatLng(53.47841,-2.2417), '
Arora Hotel Manchester Reviews

'],[new GLatLng(53.47578,-2.2381), '
Atrium By Bridgestreet Serviced Apartments Reviews

'],[new GLatLng(53.47902,-2.23291), '
City Inn Manchester Reviews

'],[new GLatLng(53.4675,-2.28451), '
Copthorne Hotel Manchester Reviews

'],[new GLatLng(53.48513,-2.23819), '
Crowne Plaza Hotel Manchester City Centre Reviews

'],[new GLatLng(53.3642,-2.2685), '
Crowne Plaza Manchester Airport Reviews

'],[new GLatLng(53.41207,-2.22759), '
Didsbury House Reviews

'],[new GLatLng(53.41143,-2.22745), '
Eleven Didsbury Park Reviews

'],[new GLatLng(53.37074,-2.27529), '
Etrop Grange Reviews

'],[new GLatLng(53.35872,-2.21816), '
Hallmark Hotel Manchester Reviews

'],[new GLatLng(53.3662,-2.2713), '
Hilton Manchester Airport Reviews

'],[new GLatLng(53.47568,-2.25121), '
Hilton Manchester Deansgate Reviews

'],[new GLatLng(53.50216,-2.18788), '
Holiday Inn Central Park Reviews

'],[new GLatLng(53.48062,-2.27282), '
Holiday Inn Manchester West Reviews

'],[new GLatLng(53.47476,-2.23022), '
Macdonald Manchester Reviews

'],[new GLatLng(53.47867,-2.25764), '
Manchester Marriott Victoria And Albert Hotel Reviews

'],[new GLatLng(53.36327,-2.29847), '
Marriott Manchester Airport Reviews

'],[new GLatLng(53.48373,-2.25535), '
Padhotels Bloom Street Apartments Reviews

'],[new GLatLng(53.47578,-2.25154), '
Padhotels Deansgate Apartment Reviews

'],[new GLatLng(53.48987,-2.24176), '
Park Inn Manchester Victoria Reviews

'],[new GLatLng(53.47318,-2.29463), '
Quay Apartments Manchester Reviews

'],[new GLatLng(53.36542,-2.27534), '
Radisson Blu Hotel Manchester, Airport Reviews

'],[new GLatLng(53.46928,-2.28311), '
Ramada Manchester Salford Quay Reviews

'],[new GLatLng(53.48356,-2.24666), '
Renaissance Manchester City Centre Hotel Reviews

'],[new GLatLng(53.4777,-2.24056), '
Roomzzz Manchester Reviews

'],[new GLatLng(53.47779,-2.24532), '
The Midland - Qhotels Reviews

'],[new GLatLng(53.47434,-2.24083), '
The Palace Hotel Reviews

'],[new GLatLng(53.47936,-2.23175), '
The Place Apartment Hotel Reviews

'],[new GLatLng(53.47795,-2.23531), '
Velvet Hotel Reviews

'],[new GLatLng(53.48141,-2.22729), '
Staymanchester Laystall Apartments Reviews

'],[new GLatLng(53.38619,-2.20947), '
Village Cheadle Reviews

'],[new GLatLng(53.51239,-2.20385), '
Ashley Hotel Reviews

'],[new GLatLng(53.4395,-2.22051), '
Best Western Willowbank Hotel Reviews

'],[new GLatLng(53.36353,-2.26997), '
Bewleys Hotel Manchester Airport Reviews

'],[new GLatLng(53.40677,-2.26597), '
Britannia Airport Hotel South Manchester Reviews

'],[new GLatLng(53.4166,-2.24787), '
Britannia Country House Reviews

'],[new GLatLng(53.47903,-2.23783), '
Britannia Hotel - Manchester City Centre Reviews

'],[new GLatLng(53.48249,-2.23723), '
Britannia Sachas Hotel City Centre Reviews

'],[new GLatLng(53.47684,-2.25653), '
Castlefield Hotel Reviews

'],[new GLatLng(53.44393,-2.21267), '
Chancellors Hotel And Conference Centre Reviews

'],[new GLatLng(53.47562,-2.23546), '
Days Hotel Manchester City Reviews

'],[new GLatLng(53.45979,-2.16195), '
Express By Holiday Inn East Reviews

'],[new GLatLng(53.47014,-2.28713), '
Express By Holiday Inn Salford Quays Reviews

'],[new GLatLng(53.481,-2.23553), '
Gardens Hotel Reviews

'],[new GLatLng(53.48292,-2.23499), '
Hilton Chambers - Hostel 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);