//if (GBrowserIsCompatible())
var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "37.807800467357744,-122.41548299789429", 2);

map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("");
marker1 = new CustomPOIMarker( 'Courtyard Marriott', 'Fishermans Wharf', '580 Beach Street, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=10198&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Holiday Inn', ' ', '1300 Columbus Avenue, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=17690&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Marriott', 'Fishermans Wharf', '1250 Columbus Avenue, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=24502&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Hilton', 'Fishermans Wharf', '2620 Jones Street, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=16662&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Holiday Inn Express', 'Fishermans Wharf', '550 North Point St, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=14643&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Hyatt', 'Fishermans Wharf', '555 North Point Street, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=20419&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Wharf Inn', ' ', '2601 Mason Street, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=42829&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Best Western', 'Tuscan Inn', '425 N Point Street, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=3218&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Sheraton', 'Fishermans Wharf', '2500 Mason Street, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=29645&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker10 = new CustomPOIMarker( 'Radisson Hotel', 'Fishermans Wharf', '250 Beach St, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=44476&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker11 = new CustomPOIMarker( 'San Remo Hotel', ' ', '2237 Mason Street, San Francisco, CA<br><a href="http://hotelsearch.fishermanswharfhotels.net/v5/redir.aspx?type=property&pid=191399&siteid=22266&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x27489C', '0xFFFFFF');
marker12 = new CustomPOIMarker( 'Fishermans Wharf', ' ', 'San Francisco, CA<br>', '0xF76502', '0xFFFFFF');

map.addMarkerByAddress( marker1, "580 Beach Street, San Francisco, CA 94133" );
map.addMarkerByAddress( marker2, "1300 Columbus Avenue, San Francisco, CA 94133" );
map.addMarkerByAddress( marker3, "1250 Columbus Avenue, San Francisco, CA 94133" );
map.addMarkerByAddress( marker4, "2620 Jones Street, San Francisco, CA 94133" );
map.addMarkerByAddress( marker5, "550 North Point St, San Francisco, CA 94133" );
map.addMarkerByAddress( marker6, "555 North Point Street, San Francisco, CA 94133" );
map.addMarkerByAddress( marker7, "2601 Mason Street, San Francisco, CA 94133" );
map.addMarkerByAddress( marker8, "425 N Point Street, San Francisco, CA 94133" );
map.addMarkerByAddress( marker9, "2500 Mason Street, San Francisco, CA 94133" );
map.addMarkerByAddress( marker10, "250 Beach St, San Francisco, CA 94133" );
map.addMarkerByAddress( marker11, "2237 Mason Street, San Francisco, CA 94133" );
map.addMarkerByAddress( marker12, "37.808376870389736,-122.41522550582886" );
map.addWidget(navWidget);
