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.145,-115.304)};var g_fc8fdb29501a6289b7bc8b0bdd8155df = new google.maps.Geocoder();g_fc8fdb29501a6289b7bc8b0bdd8155df.geocode( { 'address': "9580 W Sahara Ave #200, Las Vegas, NV 89117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-valley-west-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-valley-west-mortgage'), mapOptions);}document.getElementById('12b102a2').innerHTML += ' | View Map';var $lfc8fdb29501a6289b7bc8b0bdd8155df = '

Valley West Mortgage

Address: 9580 W Sahara Ave #200, Las Vegas, NV 89117, USA
Phone: (702) 696-9900
';var m_fc8fdb29501a6289b7bc8b0bdd8155df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley West Mortgage',});m_fc8fdb29501a6289b7bc8b0bdd8155df['infowindow'] = new google.maps.InfoWindow({content: $lfc8fdb29501a6289b7bc8b0bdd8155df});var infowindow = new google.maps.InfoWindow({content: $lfc8fdb29501a6289b7bc8b0bdd8155df});google.maps.event.addListener(m_fc8fdb29501a6289b7bc8b0bdd8155df, 'click', function() {infowindow.open(map,m_fc8fdb29501a6289b7bc8b0bdd8155df);});$marker.push(m_fc8fdb29501a6289b7bc8b0bdd8155df);}});}google.maps.event.addDomListener(window, 'load', initialize);