
//if (GBrowserIsCompatible()) 
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "40.73187677071799,-73.99665355682373", 3);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget();
marker1 = new CustomPOIMarker( 'Howard Johnson Express', ' ', '135 East Houston Street, New York, NY<br><a href="http://hotelsearch.greenwichvillagehotels.net/v5/redir.aspx?type=property&pid=40670&siteid=9225&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Atrium Suites', ' ', '160 Bleecker Street, New York, NY<br><a href="http://hotelsearch.greenwichvillagehotels.net/v5/redir.aspx?type=property&pid=47932&siteid=9225&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Mini Suites of Minetta', ' ', '9 Minetta Street, New York, NY<br><a href="http://hotelsearch.greenwichvillagehotels.net/v5/redir.aspx?type=property&pid=45103&siteid=9225&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( '55 Morton Street Suites', ' ', '206 West 41st Street, New York, NY<br><a href="http://hotelsearch.greenwichvillagehotels.net/v5/redir.aspx?type=property&pid=47965&siteid=9225&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Signature Suites', ' ', '165 Christopher Street, New York, NY<br><a href="http://hotelsearch.greenwichvillagehotels.net/v5/redir.aspx?type=property&pid=173659&siteid=9225&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Hotel Gansevoort', ' ', '18 Ninth Avenue, New York, NY<br><a href="http://hotelsearch.greenwichvillagehotels.net/v5/redir.aspx?type=property&pid=178862&siteid=9225&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Washington Square Hotel', ' ', '103 Waverly Place, New York, NY<br><a href="http://hotelsearch.greenwichvillagehotels.net/v5/redir.aspx?type=property&pid=32484&siteid=9225" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');


map.addMarkerByAddress( marker1, "135 East Houston Street, New York, NY 10002" )
map.addMarkerByAddress( marker2, "160 Bleecker Street, New York, NY 10012" )
map.addMarkerByAddress( marker3, "9 Minetta Street, New York, NY 10012" )
map.addMarkerByAddress( marker4, "55 Morton Street Suites, New York, NY 10014" )
map.addMarkerByAddress( marker5, "165 Christopher Street, New York, NY 10012" )
map.addMarkerByAddress( marker6, "18 Ninth Avenue, New York, NY 10014" )
map.addMarkerByAddress( marker7, "103 Waverly Place, New York, NY 10011" )
map.addWidget(navWidget);
