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_11aa628a9142189e3b2cb56587518b49 = new google.maps.Geocoder();g_11aa628a9142189e3b2cb56587518b49.geocode( { 'address': "750 S Highway 160, Pahrump, NV 89048"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pahrump-NV-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('pahrump-NV-bank-of-america'), mapOptions);}document.getElementById('a0454e27').innerHTML += ' | View Map';var $l11aa628a9142189e3b2cb56587518b49 = '

Bank of America

Address: 750 S Highway 160, Pahrump, NV 89048
Phone: (775) 727-4925
';var m_11aa628a9142189e3b2cb56587518b49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_11aa628a9142189e3b2cb56587518b49['infowindow'] = new google.maps.InfoWindow({content: $l11aa628a9142189e3b2cb56587518b49});var infowindow = new google.maps.InfoWindow({content: $l11aa628a9142189e3b2cb56587518b49});google.maps.event.addListener(m_11aa628a9142189e3b2cb56587518b49, 'click', function() {infowindow.open(map,m_11aa628a9142189e3b2cb56587518b49);});$marker.push(m_11aa628a9142189e3b2cb56587518b49);}});}google.maps.event.addDomListener(window, 'load', initialize);