
//if (GBrowserIsCompatible())

var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "40.70906006512377,-74.00886297225952", 3);

map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("closed");
marker1 = new CustomPOIMarker( 'Exchange Hotel', ' ', '129 Front Street, New York, NY<br><a href="http://hotelsearch.wallstreethotels.net/v5/redir.aspx?type=property&pid=222375&siteid=22313&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Ritz-Carlton', ' ', '2 West Street, New York, NY<br><a href="http://hotelsearch.wallstreethotels.net/v5/redir.aspx?type=property&pid=28280&siteid=22313&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Marriott Financial Center', ' ', '85 West Street, New York, NY<br><a href="http://hotelsearch.wallstreethotels.net/v5/redir.aspx?type=property&pid=24321&siteid=22313&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Millenium Hilton', ' ', '55 Church Street, New York, NY<br><a href="http://hotelsearch.wallstreethotels.net/v5/redir.aspx?type=property&pid=16800&siteid=22313&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Holiday Inn Wall Street District', ' ', '15 Gold St, New York, NY<br><a href="http://hotelsearch.wallstreethotels.net/v5/redir.aspx?type=property&pid=17465&siteid=22313&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Hampton Inn', 'Financial District', '320 Pearl Street, New York, NY<br><a href="http://hotelsearch.seatacairporthotels.net/v5/redir.aspx?type=property&pid=24501&siteid=22309&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Cosmopolitan Hotel', ' ', '95 West Broadway, New York, NY<br><a href="http://hotelsearch.wallstreethotels.net/v5/redir.aspx?type=property&pid=40944&siteid=22313&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Duane Street Hotel', ' ', '130 Duane St, New York, NY<br><a href="http://hotelsearch.wallstreethotels.net/v5/redir.aspx?type=property&pid=222376&siteid=22313&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Embassy Suites', ' ', '102 North End Avenue, New York, NY<br><a href="http://hotelsearch.seatacairporthotels.net/v5/redir.aspx?type=property&pid=23674&siteid=22309&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "129 Front Street, New York, NY 10005" )
map.addMarkerByAddress( marker2, "2 West Street, New York, NY 10004" )
map.addMarkerByAddress( marker3, "85 West Street, New York, NY 10006" )
map.addMarkerByAddress( marker4, "55 Church Street, New York, NY 10007" )
map.addMarkerByAddress( marker5, "40.70787266681825,-74.00688886642456" )
map.addMarkerByAddress( marker6, "40.70928778292719,-74.0018892288208" )
map.addMarkerByAddress( marker7, "95 West Broadway, New York, NY 10007" )
map.addMarkerByAddress( marker8, "130 Duane St, New York, NY 10013" )
map.addMarkerByAddress( marker9, "102 North End Avenue, New York, NY 10281" )
map.addWidget(navWidget);
