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_a8ddda55a63521bc3bca29b6eab14fad = new google.maps.Geocoder();g_a8ddda55a63521bc3bca29b6eab14fad.geocode( { 'address': "1262 S Nellis Blvd, Las Vegas, NV 89104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-nevada-federal').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-nevada-federal'), mapOptions);}document.getElementById('eb2ef4c2').innerHTML += ' | View Map';var $la8ddda55a63521bc3bca29b6eab14fad = '

Nevada Federal

Address: 1262 S Nellis Blvd, Las Vegas, NV 89104
Phone: (702) 531-3370
';var m_a8ddda55a63521bc3bca29b6eab14fad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nevada Federal',});m_a8ddda55a63521bc3bca29b6eab14fad['infowindow'] = new google.maps.InfoWindow({content: $la8ddda55a63521bc3bca29b6eab14fad});var infowindow = new google.maps.InfoWindow({content: $la8ddda55a63521bc3bca29b6eab14fad});google.maps.event.addListener(m_a8ddda55a63521bc3bca29b6eab14fad, 'click', function() {infowindow.open(map,m_a8ddda55a63521bc3bca29b6eab14fad);});$marker.push(m_a8ddda55a63521bc3bca29b6eab14fad);}});}google.maps.event.addDomListener(window, 'load', initialize);