//if (GBrowserIsCompatible()) 

	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "29.6847718756124,-95.4123973846435", 4);

map.addWidget(new SatelliteControlWidget());



map.addTool( new PanTool(), true);

navWidget = new NavigatorWidget("closed");

marker1 = new CustomPOIMarker( 'Comfort Suites', ' ', '1055 McNee Road, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=45207&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker2 = new CustomPOIMarker( 'Holiday Inn', ' ', '8111 Kirby Drive, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=17562&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker3 = new CustomPOIMarker( 'Best Value Inn', ' ', '9000 South Main, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=189264&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker4 = new CustomPOIMarker( 'Houston Grand Plaza', ' ', '8686 Kirby Drive, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=176830&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker5 = new CustomPOIMarker( 'Best Western', 'Reliant Park Inn', '2364 South Loop W, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=189336&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker6 = new CustomPOIMarker( 'Homestead Houston', ' ', '7979 Fannin, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=2584&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker7 = new CustomPOIMarker( 'Springhill Suites', ' ', '1400 Old Spanish Trail, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=183233&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker8 = new CustomPOIMarker( 'Holiday Inn Express', ' ', '8080 Main Street, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=175804&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker9 = new CustomPOIMarker( 'Econo Lodge', ' ', '7905 S. Main St, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=13598&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker10 = new CustomPOIMarker( 'Residence Inn', ' ', '7710 South Main Street, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=27425&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker11 = new CustomPOIMarker( 'Hampton Inn', ' ', '1715 Old Spanish Trail, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=19930&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker12 = new CustomPOIMarker( 'La Quinta Inn', ' ', '9911 Buffalo Speedway, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=23512&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

marker13 = new CustomPOIMarker( 'Howard Johnson Express', ' ', '9604 South Main, Houston, TX<br><a href="http://hotelsearch.reliantstadiumhotels.com/v5/redir.aspx?type=property&pid=18610&siteid=21243&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');



map.addMarkerByAddress( marker1, "1055 McNee Road, Houston, TX 77054" )

map.addMarkerByAddress( marker2, "8111 Kirby Drive, Houston, TX 77054" )

map.addMarkerByAddress( marker3, "9000 South Main, Houston, TX 77025" )

map.addMarkerByAddress( marker4, "8686 Kirby Drive, Houston, TX 77054" )

map.addMarkerByAddress( marker5, "2364 South Loop W, Houston, TX 77054" )

map.addMarkerByAddress( marker6, "7979 Fannin, Houston, TX 77054" )

map.addMarkerByAddress( marker7, "1400 Old Spanish Trail, Houston, TX 77054" )

map.addMarkerByAddress( marker8, "8080 Main Street, Houston, TX 77025" )

map.addMarkerByAddress( marker9, "7905 S. Main St, Houston, TX 77025" )

map.addMarkerByAddress( marker10, "7710 South Main Street, Houston, TX 77030" )

map.addMarkerByAddress( marker11, "1715 Old Spanish Trail, Houston, TX 77054" )

map.addMarkerByAddress( marker12, "9911 Buffalo Speedway, Houston, TX 77054" )

map.addMarkerByAddress( marker13, "9604 South Main, Houston, TX 77025" )

map.addWidget(navWidget);


