// JavaScript Document
function load() {if (GBrowserIsCompatible()) {var map = new GMap2(document.getElementById('map'));map.enableContinuousZoom();map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());map.setCenter(new GLatLng(41.8939,-87.6153), 10);var gLatLonBounds = new GLatLngBounds(new GLatLng(41.8939,-87.6153),new GLatLng(41.8939,-87.6153));var baseIcon = new GIcon();baseIcon.shadow = 'http://www.google.com/mapfiles/shadow50.png';baseIcon.iconSize = new GSize(20, 34);baseIcon.shadowSize = new GSize(37, 34);baseIcon.iconAnchor = new GPoint(9, 34);baseIcon.infoWindowAnchor = new GPoint(9, 2);baseIcon.infoShadowAnchor = new GPoint(18, 25);function createMarker(point, desc) {  var icon = new GIcon(baseIcon);  icon.image = 'http://www.google.com/mapfiles/marker.png';  var marker = new GMarker(point, icon);  GEvent.addListener(marker, 'mouseover', function() {    marker.openInfoWindowHtml(desc);  });  return marker;}
function createMarkerOther(point, desc, link, shadowLink, height) {   tmpBaseIcon=baseIcon;  if (shadowLink!='') {   tmpBaseIcon.shadow=shadowLink;   tmpBaseIcon.iconSize=new GSize(30,30);  }  var icon = new GIcon(baseIcon);  icon.image = link;  var marker = new GMarker(point, icon);  GEvent.addListener(marker, 'mouseover', function() {    marker.openInfoWindowHtml(desc);  });  return marker;}
function createMarkerDynamic(point, desc, link, height, anIndex) {   tmpBaseIcon=baseIcon;   tmpBaseIcon.iconSize=new GSize(13+(anIndex.toString().length*10),48);  var icon = new GIcon(baseIcon);  icon.image = link;  var marker = new GMarker(point, icon);  GEvent.addListener(marker, 'mouseover', function() {    marker.openInfoWindowHtml(desc);  });  return marker;}
var locations = new Array(25); var index;
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/WH/2005/th_2005_b1a.jpg";
    locations[0] = new Array(2);
    locations[0][0] = 41.8939;
    locations[0][1] = -87.6153;
    locations[0][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/WH/2005/th_2005_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=35521&siteid=9210&cur=USD">W Chicago Lakeshore</a><br>644 North Lake Shore Drive<br>Chicago, IL 60611-3017 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/HI/CHICC/th_chicc_b1.jpg";
    locations[1] = new Array(2);
    locations[1][0] = 41.8927;
    locations[1][1] = -87.6201;
    locations[1][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/HI/CHICC/th_chicc_b1.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=17051&siteid=9210&cur=USD">Holiday Inn CHICAGO-CITY CENTRE (MAG MILE)</a><br>300 EAST OHIO ST<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/brandimages/SI/sheraton.gif";
    locations[2] = new Array(2);
    locations[2][0] = 41.8893;
    locations[2][1] = -87.6197;
    locations[2][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/brandimages/SI/sheraton.gif"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=29582&siteid=9210&cur=USD">Sheraton Chicago Hotel & Towers</a><br>301 East North Water Street<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/brandimages/ES/es_lg_150x150.gif";
    locations[3] = new Array(2);
    locations[3][0] = 41.8912;
    locations[3][1] = -87.6204;
    locations[3][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/brandimages/ES/es_lg_150x150.gif"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=13343&siteid=9210&cur=USD">Embassy Suites Hotel Chicago-Downtown/Lakefront</a><br>511 North Columbus Drive<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/brandimages/BK/sm_bklogo.jpg";
    locations[4] = new Array(2);
    locations[4][0] = 41.8854;
    locations[4][1] = -87.6157;
    locations[4][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/brandimages/BK/sm_bklogo.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=38632&siteid=9210&cur=USD">Bridgestreet North Harbor Tower</a><br>175 N. Harbor Drive<br>Chicago, IL 60601 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/SL/HSLCHIS/th_hslchis_b2a.jpg";
    locations[5] = new Array(2);
    locations[5][0] = 41.8875;
    locations[5][1] = -87.6199;
    locations[5][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/SL/HSLCHIS/th_hslchis_b2a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=30128&siteid=9210&cur=USD">Swissotel Chicago</a><br>323 East Wacker Drive<br>Chicago, IL 60601-9722 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/FN/CHIFD/th_chifd_b1a.jpg";
    locations[6] = new Array(2);
    locations[6][0] = 41.8935;
    locations[6][1] = -87.6223;
    locations[6][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/FN/CHIFD/th_chifd_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=14842&siteid=9210&cur=USD">Fairfield Inn and Suites by Marriott Chicago Downtown</a><br>216 East Ontario Street<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/WY/ORDDT/th_orddt_b1a.jpg";
    locations[7] = new Array(2);
    locations[7][0] = 41.8936;
    locations[7][1] = -87.6225;
    locations[7][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/WY/ORDDT/th_orddt_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=35949&siteid=9210&cur=USD">Wyndham Chicago Downtown Hotel</a><br>633 N. St. Clair<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/BW/14101/th_14101_b1a.jpg";
    locations[8] = new Array(2);
    locations[8][0] = 41.89291;
    locations[8][1] = -87.62316;
    locations[8][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/BW/14101/th_14101_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=3388&siteid=9210&cur=USD">Best Western Inn of Chicago</a><br>162 E Ohio Street<br>Chicago, IL 60611-3105 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/brandimages/CY/lg_cylogo.gif";
    locations[9] = new Array(2);
    locations[9][0] = 41.8933;
    locations[9][1] = -87.6235;
    locations[9][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/brandimages/CY/lg_cylogo.gif"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=175998&siteid=9210&cur=USD">Courtyard by Marriott Chicago Magnificent Mile</a><br>165 East Ontario Street<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/FA/17930/th_17930_b1a.jpg";
    locations[10] = new Array(2);
    locations[10][0] = 41.8859;
    locations[10][1] = -87.6209;
    locations[10][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/FA/17930/th_17930_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=14860&siteid=9210&cur=USD">The Fairmont Chicago</a><br>200 North Columbus Drive<br>Chicago, IL 60601 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/RF/00281/th_00281_b1a.jpg";
    locations[11] = new Array(2);
    locations[11][0] = 41.8934;
    locations[11][1] = -87.6236;
    locations[11][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/RF/00281/th_00281_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=27639&siteid=9210&cur=USD">Red Roof Inn Chicago Downtown</a><br>162 East Ontario Street<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/IC/HORD/th_HORD_b1.jpg";
    locations[12] = new Array(2);
    locations[12][0] = 41.8911;
    locations[12][1] = -87.624;
    locations[12][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/IC/HORD/th_HORD_b1.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=20662&siteid=9210&cur=USD">InterContinental CHICAGO</a><br>505 NORTH MICHIGAN AVE<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/RAD/ILCHICAG/th_ilchicag_b2a.jpg";
    locations[13] = new Array(2);
    locations[13][0] = 41.895;
    locations[13][1] = -87.6236;
    locations[13][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/RAD/ILCHICAG/th_ilchicag_b2a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=44416&siteid=9210&cur=USD">Radisson Hotel & Suites Chicago</a><br>160 E. HURON STREET<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/UI/28227/th_28227_b1.jpg";
    locations[14] = new Array(2);
    locations[14][0] = 41.89854;
    locations[14][1] = -87.62151;
    locations[14][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/UI/28227/th_28227_b1.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=33505&siteid=9210&cur=USD">Seneca Hotel</a><br>200 East Chestnut<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/";
    locations[15] = new Array(2);
    locations[15][0] = 41.8958;
    locations[15][1] = -87.6235;
    locations[15][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=190992&siteid=9210&cur=USD">Affinia Chicago</a><br>166 East Superior<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/CP/CHIAL/th_chial_b1.jpg";
    locations[16] = new Array(2);
    locations[16][0] = 41.8951;
    locations[16][1] = -87.6241;
    locations[16][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/CP/CHIAL/th_chial_b1.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=9484&siteid=9210&cur=USD">Crowne Plaza Hotel THE ALLERTON-CHICAGO</a><br>701 NORTH MICHIGAN AVE<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/HY/955/th_955_b1b.jpg";
    locations[17] = new Array(2);
    locations[17][0] = 41.888;
    locations[17][1] = -87.6237;
    locations[17][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/HY/955/th_955_b1b.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=20420&siteid=9210&cur=USD">Hyatt Regency Chicago</a><br>151 East Wacker Drive<br>Chicago, IL 60601 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/GX/97511/th_97511_b1a.jpg";
    locations[18] = new Array(2);
    locations[18][0] = 41.8991;
    locations[18][1] = -87.6218;
    locations[18][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/GX/97511/th_97511_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=39940&siteid=9210&cur=USD">Hotel Raffaello Chicago</a><br>201 E. Delaware<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/brandimages/DT/dt_lg_150x150.gif";
    locations[19] = new Array(2);
    locations[19][0] = 41.8993;
    locations[19][1] = -87.6221;
    locations[19][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/brandimages/DT/dt_lg_150x150.gif"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=12821&siteid=9210&cur=USD">Doubletree Guest Suites Chicago-Downtown</a><br>198 East Delaware Place<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/RC/CHIRD/th_chird_b1a.jpg";
    locations[20] = new Array(2);
    locations[20][0] = 41.8999;
    locations[20][1] = -87.6216;
    locations[20][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/RC/CHIRD/th_chird_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=27191&siteid=9210&cur=USD">Residence Inn by Marriott Chicago Downtown Magnificent Mile</a><br>201 East Walton<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/KC/ALG/th_alg_b1a.jpg";
    locations[21] = new Array(2);
    locations[21][0] = 41.8844;
    locations[21][1] = -87.6232;
    locations[21][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/KC/ALG/th_alg_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=21010&siteid=9210&cur=USD">Hotel Allegro Chicago</a><br>171 West Randolph Street<br>Chicago, IL 60601 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/MU/1238/th_1238_b1.jpg";
    locations[22] = new Array(2);
    locations[22][0] = 41.89991;
    locations[22][1] = -87.62319;
    locations[22][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/MU/1238/th_1238_b1.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=24968&siteid=9210&cur=USD">Millennium Knickerbocker Hotel Chicago</a><br>163 East Walton Place<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/pegs/WI/CONTI/th_conti_b1a.jpg";
    locations[23] = new Array(2);
    locations[23][0] = 41.8995;
    locations[23][1] = -87.624;
    locations[23][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/pegs/WI/CONTI/th_conti_b1a.jpg"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=35662&siteid=9210&cur=USD">The Westin Michigan Avenue Chicago</a><br>909 North Michigan Avenue<br>Chicago, IL 60611 US</td></tr></table>';
var img = new Image(10,10);
 img.src= "http://www.reservetravel.com/v5/hotelimages/brandimages/HH/hilton.gif";
    locations[24] = new Array(2);
    locations[24][0] = 41.9001;
    locations[24][1] = -87.6238;
    locations[24][2] = '<table><tr><td><img src="http://www.reservetravel.com/v5/hotelimages/brandimages/HH/hilton.gif"></td><td valign="top" style="font-family:Arial;font-size:10px;"><a href="http://hotelsearch.downtownchicagohotelservice.com/v5/redir.aspx?type=property&pid=19135&siteid=9210&cur=USD">The Drake Hotel Chicago</a><br>140 East Walton Place<br>Chicago, IL 60611 US</td></tr></table>';
for (index=0;index<25;index+=1)
{
    var point = new GLatLng(locations[index][0],locations[index][1]);
    map.addOverlay(createMarker(point, locations[index][2]));
    gLatLonBounds.extend(point); 
}
    var point = new GLatLng(41.8921,-87.609715);
    map.addOverlay(createMarkerOther(point, '<a href=\'Navy Pier\'>Navy Pier</a><br>600 E. Grand Ave chicago, il 60611 US','http://affiliateadmin.alliancereservations.com/GoogleIcons/iconb.png',''));
    gLatLonBounds.extend(point); 
map.setCenter(gLatLonBounds.getCenter(), map.getBoundsZoomLevel(gLatLonBounds));}}
