var map1; function map1_initialize() { if (GBrowserIsCompatible()) { var latlng1 = [ [new GLatLng(42.32081,-83.03461), '
Caesars Windsor Reviews

'],[new GLatLng(42.31901,-83.04303), '
Hilton Windsor Reviews

'],[new GLatLng(42.31572,-83.0377), '
Holiday Inn Downtown Windsor Reviews

'],[new GLatLng(42.2817,-83.05488), '
Holiday Inn Select Ambassador Reviews

'],[new GLatLng(42.31717,-83.04223), '
Quality Suites Windsor Reviews

'],[new GLatLng(42.31889,-83.04347), '
Radisson Riverfront Hotel Windsor Reviews

'],[new GLatLng(42.26574,-83.04465), '
Comfort Inn Ambassador Bridge Reviews

'],[new GLatLng(42.28187,-83.05436), '
Hampton Inn & Suites Windsor Reviews

'],[new GLatLng(42.28757,-83.01985), '
Marquis Plaza Hotel Reviews

'],[new GLatLng(42.27296,-83.04867), '
Comfort Inn And Suites Ambassador Reviews

'],[new GLatLng(42.27377,-83.01468), '
Comfort Inn Windsor Reviews

'],[new GLatLng(42.31577,-83.02916), '
Comfort Suites Downtown Reviews

'],[new GLatLng(42.31383,-83.03463), '
Days Inn - Windsor Casino District (downtown) Reviews

'],[new GLatLng(42.28286,-83.01093), '
Devonshire Motel & Pho Saigon Restaurant Reviews

'],[new GLatLng(42.26287,-82.97131), '
Howard Johnson Windsor Reviews

'],[new GLatLng(42.26279,-82.97013), '
Ramada Ltd South Windsor Reviews

'],[new GLatLng(42.24829,-83.02101), '
St. Clair College Residence & Conference Centre Reviews

'],[new GLatLng(42.274,-83.04995), '
Super 8 Motel- Windsor On Detroit Mi Area Reviews

'],[new GLatLng(42.27989,-83.00886), '
Towne And Country Motel Reviews

'],[new GLatLng(42.31962,-83.03943), '
Travelodge Windsor Downtown Reviews

'],[new GLatLng(42.2781,-83.05215), '
Econo Lodge Windsor 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);