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.259,-116.019)};var g_738445ff2da5533b3a3a49ab86c74de4 = new google.maps.Geocoder();g_738445ff2da5533b3a3a49ab86c74de4.geocode( { 'address': "520 S Highway 160, Pahrump, NV 89048"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pahrump-NV-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('pahrump-NV-wells-fargo-bank'), mapOptions);}document.getElementById('05b70d26').innerHTML += ' | View Map';var $l738445ff2da5533b3a3a49ab86c74de4 = '

Wells Fargo Bank

Address: 520 S Highway 160, Pahrump, NV 89048
Phone: (775) 751-6030
';var m_738445ff2da5533b3a3a49ab86c74de4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_738445ff2da5533b3a3a49ab86c74de4['infowindow'] = new google.maps.InfoWindow({content: $l738445ff2da5533b3a3a49ab86c74de4});var infowindow = new google.maps.InfoWindow({content: $l738445ff2da5533b3a3a49ab86c74de4});google.maps.event.addListener(m_738445ff2da5533b3a3a49ab86c74de4, 'click', function() {infowindow.open(map,m_738445ff2da5533b3a3a49ab86c74de4);});$marker.push(m_738445ff2da5533b3a3a49ab86c74de4);}});}google.maps.event.addDomListener(window, 'load', initialize);