
//if (GBrowserIsCompatible()) 
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "36.17112244521638,-115.14156818389893", 2);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget();
marker1 = new CustomPOIMarker( 'El Cortez Hotel & Casino', ' ', '600 East Fremont Street, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=48431&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Gold Spike Hotel & Casino', ' ', '400 E. Ogden, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=48433&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Lady luck Casino', ' ', '206 N Third St, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=221645&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Fitzgeralds Casino', ' ', '301 Fremont, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=43045&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Four Queens', 'Hotel & Casino', '202 Fremont Street, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=33686&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Fremont', ' ', '200 E. Fremont St, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=221895&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Binions', 'Gambling Hall and Hotel', '128 East Fremont, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=52008&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Plaza Hotel & Casino', ' ', '1 Main Street, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=22603&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Golden Gate Hotel', ' ', '1 Fremont Street, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=614&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker10 = new CustomPOIMarker( 'Main Street Station', ' ', '200 N. Main St, Las Vegas, NV<br><a href="http://hotelsearch.downtownlasvegashotels.net/v5/redir.aspx?type=property&pid=221894&siteid=22356&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "36.16873199002325,-115.13948678970337" )
map.addMarkerByAddress( marker2, "400 E. Ogden, Las Vegas, NV 89101" )
map.addMarkerByAddress( marker3, "206 N Third Street, Las Vegas, NV 89101" )
map.addMarkerByAddress( marker4, "301 Fremont, Las Vegas, NV 89101" )
map.addMarkerByAddress( marker5, "36.17091458244189,-115.14446496963501" )
map.addMarkerByAddress( marker6, "200 E. Fremont St, Las Vegas, NV 89101" )
map.addMarkerByAddress( marker7, "128 East Fremont, Las Vegas, NV 89101" )
map.addMarkerByAddress( marker8, "36.17224835899679,-115.14596700668335" )
map.addMarkerByAddress( marker9, "36.17169406500341,-115.14633178710938" )
map.addMarkerByAddress( marker10, "200 N. Main St, Las Vegas, NV 89101" )
map.addWidget(navWidget);
