
//if (GBrowserIsCompatible()) 
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "29.75647927819111,-95.36411762237549", 3);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget();
marker1 = new CustomPOIMarker( 'Doubletree Hotel', 'Downtown', '400 Dallas Street, Houston, TX<br><a href="http://hotelsearch.downtownhoustonhotels.net/v5/redir.aspx?type=property&pid=12654&siteid=22539&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Hyatt Regency', 'Downtown', '1200 Louisiana Street, Houston, TX<br><a href="http://hotelsearch.downtownhoustonhotels.net/v5/redir.aspx?type=property&pid=20421&siteid=22539&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Courtyard Marriott', ' ', '916 Dallas Street, Houston, TX<br><a href="http://hotelsearch.downtownhoustonhotels.net/v5/redir.aspx?type=property&pid=50086&siteid=22539&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Residence Inn', 'Downtown', '904 Dallas Street, Houston, TX<br><a href="http://hotelsearch.downtownhoustonhotels.net/v5/redir.aspx?type=property&pid=52505&siteid=22539&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Crowne Plaza', 'Downtown', '1700 Smith Street, Houston, TX<br><a href="http://hotelsearch.downtownhoustonhotels.net/v5/redir.aspx?type=property&pid=9902&siteid=22539&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Holiday Inn Express', ' ', '1810 Bell Street, Houston, TX<br><a href="http://hotelsearch.downtownhoustonhotels.net/v5/redir.aspx?type=property&pid=14308&siteid=22539&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Inn at the Ballpark', ' ', '1520 Texas Ave, Houston, TX<br><a href="http://hotelsearch.downtownhoustonhotels.net/v5/redir.aspx?type=property&pid=179431&siteid=22539&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "400 Dallas Street, Houston, TX 77002" )
map.addMarkerByAddress( marker2, "1200 Louisiana Street, Houston, TX 77002" )
map.addMarkerByAddress( marker3, "916 Dallas Street, Houston, TX 77002" )
map.addMarkerByAddress( marker4, "29.755026258597677,-95.36686420440674" )
map.addMarkerByAddress( marker5, "1700 Smith Street, Houston, TX 77002" )
map.addMarkerByAddress( marker6, "1810 Bell Street, Houston, TX 77003" )
map.addMarkerByAddress( marker7, "1520 Texas Ave, Houston, TX 77002" )
map.addWidget(navWidget);
