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.215,-115.992)};var g_b05aa5ae598aff32ec94a1156bd7132b = new google.maps.Geocoder();g_b05aa5ae598aff32ec94a1156bd7132b.geocode( { 'address': "321 S Frontage Rd, Pahrump, NV 89048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pahrump-NV-dollar-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('pahrump-NV-dollar-loan-center'), mapOptions);}document.getElementById('71f02863').innerHTML += ' | View Map';var $lb05aa5ae598aff32ec94a1156bd7132b = '

Dollar Loan Center

Address: 321 S Frontage Rd, Pahrump, NV 89048, USA
Phone: (775) 537-6777
';var m_b05aa5ae598aff32ec94a1156bd7132b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollar Loan Center',});m_b05aa5ae598aff32ec94a1156bd7132b['infowindow'] = new google.maps.InfoWindow({content: $lb05aa5ae598aff32ec94a1156bd7132b});var infowindow = new google.maps.InfoWindow({content: $lb05aa5ae598aff32ec94a1156bd7132b});google.maps.event.addListener(m_b05aa5ae598aff32ec94a1156bd7132b, 'click', function() {infowindow.open(map,m_b05aa5ae598aff32ec94a1156bd7132b);});$marker.push(m_b05aa5ae598aff32ec94a1156bd7132b);}});}google.maps.event.addDomListener(window, 'load', initialize);