// JavaScript Document
function load() 
{
	if (GBrowserIsCompatible()) 
{
	var map = new GMap2(document.getElementById('map'));
	map.enableContinuousZoom();
	map.addControl(new GLargeMapControl());
	map.addControl(new GMapTypeControl());
	map.setCenter(new GLatLng(24.5624,-81.7777), 10);
	var gLatLonBounds = new GLatLngBounds(new GLatLng(24.5624,-81.7777),new GLatLng(24.5624,-81.7777));
	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, 'click', 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, 'click', 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, 'click', function() {    marker.openInfoWindowHtml(desc);  });  return marker;}
var locations = new Array(47); var index;
    locations[0] = new Array(2);
    locations[0][0] = 24.5624;
    locations[0][1] = -81.7777;
    locations[0][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=15079&siteid=9209&cur=USD">Fairfield Inn by Marriott Key West</a><br>2400 North Roosevelt Boulevard<br>Key West, FL 33040 US';
    locations[1] = new Array(2);
    locations[1][0] = 24.5625;
    locations[1][1] = -81.7799;
    locations[1][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=17340&siteid=9209&cur=USD">Holiday Inn KEY WEST</a><br>3850 N ROOSEVELT BLVD<br>Key West, FL 33040 US';
    locations[2] = new Array(2);
    locations[2][0] = 24.5674;
    locations[2][1] = -81.7705;
    locations[2][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=10112&siteid=9209&cur=USD">Courtyard by Marriott Key West Waterfront</a><br>3031-41 North Roosevelt Boulevard<br>Key West, FL 33040 US';
    locations[3] = new Array(2);
    locations[3][0] = 24.552;
    locations[3][1] = -81.7783;
    locations[3][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=191500&siteid=9209&cur=USD">1800 Atlantic Condominiums</a><br>1800 Atlantic Blvd<br>Key West, FL 33040 US';
    locations[4] = new Array(2);
    locations[4][0] = 24.5507;
    locations[4][1] = -81.7735;
    locations[4][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=29787&siteid=9209&cur=USD">Sheraton Suites Key West</a><br>2001 South Roosevelt Blvd.<br>Key West, FL 33040 US';
    locations[5] = new Array(2);
    locations[5][0] = 24.5546;
    locations[5][1] = -81.7887;
    locations[5][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=187927&siteid=9209&cur=USD">Margarita Villas</a><br>1209 Georgia Street<br>Key West, FL 33040 US';
    locations[6] = new Array(2);
    locations[6][0] = 24.57111;
    locations[6][1] = -81.76273;
    locations[6][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=31513&siteid=9209&cur=USD">Travelodge Suites Key West</a><br>3444 North Roosevelt Blvd.<br>Key West, FL 33040 US';
    locations[7] = new Array(2);
    locations[7][0] = 24.5609;
    locations[7][1] = -81.7965;
    locations[7][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=208390&siteid=9209&cur=USD">Heron House Court</a><br>412 Frances Street<br>Key West, FL 33040 US';
    locations[8] = new Array(2);
    locations[8][0] = 24.5485;
    locations[8][1] = -81.79;
    locations[8][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=35909&siteid=9209&cur=USD">Casa Marina Resort</a><br>1500 Reynolds Street<br>Key West, FL 33040 US';
    locations[9] = new Array(2);
    locations[9][0] = 24.5608;
    locations[9][1] = -81.7974;
    locations[9][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=208388&siteid=9209&cur=USD">Albury Court</a><br>1030 Eaton Street<br>Key West, FL 33040 US';
    locations[10] = new Array(2);
    locations[10][0] = 24.5537;
    locations[10][1] = -81.7952;
    locations[10][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=182407&siteid=9209&cur=USD">El Rancho Motel</a><br>830 Truman Avenue<br>Key West, FL 33040 US';
    locations[11] = new Array(2);
    locations[11][0] = 24.56034;
    locations[11][1] = -81.79774;
    locations[11][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=28332&siteid=9209&cur=USD">Budget Key West</a><br>1031 Eaton Street<br>Key West, FL 33040 US';
    locations[12] = new Array(2);
    locations[12][0] = 24.5494;
    locations[12][1] = -81.7933;
    locations[12][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=179669&siteid=9209&cur=USD">Alexander Palms Court</a><br>715 South Street<br>Key West, FL 33040 US';
    locations[13] = new Array(2);
    locations[13][0] = 24.5601;
    locations[13][1] = -81.7985;
    locations[13][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=36234&siteid=9209&cur=USD">Westwinds Inn</a><br>914 Eaton Street<br>Key West, FL 33040 US';
    locations[14] = new Array(2);
    locations[14][0] = 24.55298;
    locations[14][1] = -81.79677;
    locations[14][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=28371&siteid=9209&cur=USD">Key Lime Inn</a><br>725 Truman Avenue<br>Key West, FL 33040 US';
    locations[15] = new Array(2);
    locations[15][0] = 24.5529;
    locations[15][1] = -81.7968;
    locations[15][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=43560&siteid=9209&cur=USD">Chelsea House Pool and Gardens</a><br>709 Truman Ave<br>Key West, FL 33040 US';
    locations[16] = new Array(2);
    locations[16][0] = 24.5591;
    locations[16][1] = -81.7998;
    locations[16][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=48419&siteid=9209&cur=USD">Island City House Hotel</a><br>411 William Street<br>Key West, FL 33040 US';
    locations[17] = new Array(2);
    locations[17][0] = 24.54911;
    locations[17][1] = -81.79556;
    locations[17][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=3256&siteid=9209&cur=USD">Best Western Hibiscus Motel</a><br>1313 Simonton Street<br>Key West, FL 33040-3113 US';
    locations[18] = new Array(2);
    locations[18][0] = 24.5477;
    locations[18][1] = -81.7947;
    locations[18][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=35910&siteid=9209&cur=USD">Reach Resort</a><br>1435 Simonton Street<br>Key West, FL 33040 US';
    locations[19] = new Array(2);
    locations[19][0] = 24.557;
    locations[19][1] = -81.8013;
    locations[19][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=208389&siteid=9209&cur=USD">Ambrosia Key West</a><br>622 Fleming Street<br>Key West, FL 33040 US';
    locations[20] = new Array(2);
    locations[20][0] = 24.5513;
    locations[20][1] = -81.799;
    locations[20][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=36322&siteid=9209&cur=USD">Almond Tree Inn</a><br>512 Truman Ave<br>Key West, FL 33040 US';
    locations[21] = new Array(2);
    locations[21][0] = 24.5565;
    locations[21][1] = -81.8014;
    locations[21][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=179319&siteid=9209&cur=USD">Heron House</a><br>512 Simonton Street<br>Key West, FL 33040 US';
    locations[22] = new Array(2);
    locations[22][0] = 24.55647;
    locations[22][1] = -81.80149;
    locations[22][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=40755&siteid=9209&cur=USD">Marquesa Hotel (LE)</a><br>600 Fleming St<br>Key West, FL 33041 US';
    locations[23] = new Array(2);
    locations[23][0] = 24.5473;
    locations[23][1] = -81.7962;
    locations[23][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=37043&siteid=9209&cur=USD">Southernmost On The Beach</a><br>508 South Street<br>Key West, FL 33040 US';
    locations[24] = new Array(2);
    locations[24][0] = 24.54713;
    locations[24][1] = -81.79608;
    locations[24][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=28298&siteid=9209&cur=USD">Atlantic Shores Resort</a><br>510 South Street<br>Key West, FL 33040-3118 US';
    locations[25] = new Array(2);
    locations[25][0] = 24.5481;
    locations[25][1] = -81.797;
    locations[25][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=37047&siteid=9209&cur=USD">Southernmost Hotel</a><br>1319 Duval Street<br>Key West, FL 33040 US';
    locations[26] = new Array(2);
    locations[26][0] = 24.551;
    locations[26][1] = -81.7992;
    locations[26][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=36232&siteid=9209&cur=USD">Key Lodge Inn and Suites</a><br>1004 Duval St<br>Key West, FL 33040 US';
    locations[27] = new Array(2);
    locations[27][0] = 24.5541;
    locations[27][1] = -81.801;
    locations[27][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=190448&siteid=9209&cur=USD">THE GARDENS HOTEL</a><br>526 Angela Street<br>Key West, FL 33040 US';
    locations[28] = new Array(2);
    locations[28][0] = 24.5693;
    locations[28][1] = -81.7527;
    locations[28][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=12118&siteid=9209&cur=USD">Key West Inn &amp; Lodge</a><br>3852 Roosevelt Blvd<br>Key West, FL 33040 US';
    locations[29] = new Array(2);
    locations[29][0] = 24.5529;
    locations[29][1] = -81.8005;
    locations[29][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=48418&siteid=9209&cur=USD">Duval House</a><br>815 Duval Street<br>Key West, FL 33040 US';
    locations[30] = new Array(2);
    locations[30][0] = 24.57113;
    locations[30][1] = -81.75333;
    locations[30][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=44360&siteid=9209&cur=USD">Radisson Hotel Key West</a><br>3820 NORTH ROOSEVELT BLVD<br>Key West, FL 33040 US';
    locations[31] = new Array(2);
    locations[31][0] = 24.56952;
    locations[31][1] = -81.75267;
    locations[31][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=8580&siteid=9209&cur=USD">Comfort Inn Key West</a><br>3824 N. Roosevelt Blvd.<br>Key West, FL 33040 US';
    locations[32] = new Array(2);
    locations[32][0] = 24.5467;
    locations[32][1] = -81.7975;
    locations[32][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=43562&siteid=9209&cur=USD">La Mer and Dewey House</a><br>506 South Street<br>Key West, FL 33040 US';
    locations[33] = new Array(2);
    locations[33][0] = 24.5513;
    locations[33][1] = -81.8011;
    locations[33][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=191259&siteid=9209&cur=USD">Lighthouse Court Hotel</a><br>902 Whitehead Street<br>Key West, FL 33040 US';
    locations[34] = new Array(2);
    locations[34][0] = 24.5513;
    locations[34][1] = -81.8011;
    locations[34][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=188277&siteid=9209&cur=USD">Lighthouse Court Hotel</a><br>902 Whitehead Street<br>Key West, FL 33040 US';
    locations[35] = new Array(2);
    locations[35][0] = 24.5702;
    locations[35][1] = -81.7513;
    locations[35][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=40877&siteid=9209&cur=USD">HYATT BEACH HOUSE RESORT</a><br>5051 OVERSEAS HIGHWAY<br>Key West, FL 33040 US';
    locations[36] = new Array(2);
    locations[36][0] = 24.56248;
    locations[36][1] = -81.74982;
    locations[36][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=34859&siteid=9209&cur=USD">Grand Key Resort</a><br>3990 S. Roosevelt Blvd.<br>Key West, FL 33040 US';
    locations[37] = new Array(2);
    locations[37][0] = 24.5627;
    locations[37][1] = -81.7497;
    locations[37][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=45474&siteid=9209&cur=USD">Doubletree? Grand Key Resort</a><br>3990 South Roosevelt Boulevard<br>Key West, FL 33040 US';
    locations[38] = new Array(2);
    locations[38][0] = 24.5573;
    locations[38][1] = -81.8041;
    locations[38][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=9896&siteid=9209&cur=USD">Crowne Plaza Hotel KEY WEST-LA CONCHA</a><br>430 DUVAL ST.<br>Key West, FL 33040 US';
    locations[39] = new Array(2);
    locations[39][0] = 24.5532;
    locations[39][1] = -81.7513;
    locations[39][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=40665&siteid=9209&cur=USD">HYATT WINWARD POINTE</a><br>3675 S ROOSEVELT BLVD<br>Key West, FL 33040 US';
    locations[40] = new Array(2);
    locations[40][0] = 24.5608;
    locations[40][1] = -81.8047;
    locations[40][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=20684&siteid=9209&cur=USD">Hyatt Key West</a><br>601 Front Street<br>Key West, FL 33040 US';
    locations[41] = new Array(2);
    locations[41][0] = 24.55494;
    locations[41][1] = -81.74906;
    locations[41][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=3201&siteid=9209&cur=USD">Best Western Key Ambassador Resort Inn</a><br>3755 S Roosevelt Boulevard<br>Key West, FL 33040-5255 US';
    locations[42] = new Array(2);
    locations[42][0] = 24.5607;
    locations[42][1] = -81.8065;
    locations[42][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=25082&siteid=9209&cur=USD">Ocean Key Resort</a><br>Zero Duval<br>Key West, FL 33040 US';
    locations[43] = new Array(2);
    locations[43][0] = 24.5607;
    locations[43][1] = -81.8067;
    locations[43][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=34245&siteid=9209&cur=USD">Pier House Resort and Spa</a><br>One Duval Street<br>Key West, FL 33040 US';
    locations[44] = new Array(2);
    locations[44][0] = 24.5572;
    locations[44][1] = -81.8065;
    locations[44][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=40661&siteid=9209&cur=USD">HYATT SUNSET HARBOR RESORT</a><br>200 SUNSET LANE<br>Key West, FL 33040 US';
    locations[45] = new Array(2);
    locations[45][0] = 24.5582;
    locations[45][1] = -81.8068;
    locations[45][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=16553&siteid=9209&cur=USD">Hilton Key West Resort and Marina</a><br>245 Front Street<br>Key West, FL 33040 US';
    locations[46] = new Array(2);
    locations[46][0] = 24.5582;
    locations[46][1] = -81.8068;
    locations[46][2] = '<a href="http://hotelsearch.keywesthotelservice.com/v5/redir.aspx?type=property&pid=16589&siteid=9209&cur=USD">Sunset Key Guest Cottages at Hilton Key West Resort</a><br>245 Front Street<br>Key West, FL 33040 US';
for (index=0;index<47;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(24.562298,-81.777086);
    map.addOverlay(createMarkerOther(point, '<a href=\'Key West Hotels\'>Key West Hotels</a><br>2400 North Roosevelt  Key West, FL 33040 US','http://affiliateadmin.alliancereservations.com/GoogleIcons/iconr.png',''));
    gLatLonBounds.extend(point); 
map.setCenter(gLatLonBounds.getCenter(), map.getBoundsZoomLevel(gLatLonBounds));}}