var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(36.175,-115.123)};var g_a7843ff15ebf9f9b7ceda39eb8b1f117 = new google.maps.Geocoder();g_a7843ff15ebf9f9b7ceda39eb8b1f117.geocode( { 'address': "8508 Stardance Ave, Las Vegas, NV 89143"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-marcus-banks-enterprises').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-marcus-banks-enterprises'), mapOptions);}document.getElementById('927d26e6').innerHTML += ' | View Map';var $la7843ff15ebf9f9b7ceda39eb8b1f117 = '

Marcus Banks Enterprises

Address: 8508 Stardance Ave, Las Vegas, NV 89143
Phone: (702) 395-2720
';var m_a7843ff15ebf9f9b7ceda39eb8b1f117 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marcus Banks Enterprises',});m_a7843ff15ebf9f9b7ceda39eb8b1f117['infowindow'] = new google.maps.InfoWindow({content: $la7843ff15ebf9f9b7ceda39eb8b1f117});var infowindow = new google.maps.InfoWindow({content: $la7843ff15ebf9f9b7ceda39eb8b1f117});google.maps.event.addListener(m_a7843ff15ebf9f9b7ceda39eb8b1f117, 'click', function() {infowindow.open(map,m_a7843ff15ebf9f9b7ceda39eb8b1f117);});$marker.push(m_a7843ff15ebf9f9b7ceda39eb8b1f117);}});}google.maps.event.addDomListener(window, 'load', initialize);