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.2174,-115.995)};var g_f41aa56e9d3009c6e7a339032bc3589b = new google.maps.Geocoder();g_f41aa56e9d3009c6e7a339032bc3589b.geocode( { 'address': "150 S. Hwy. 160, Ste. C-1, Pahrump, NV 89048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pahrump-NV-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('pahrump-NV-advance-america'), mapOptions);}document.getElementById('9a811a29').innerHTML += ' | View Map';var $lf41aa56e9d3009c6e7a339032bc3589b = '

Advance America

Address: 150 S. Hwy. 160, Ste. C-1, Pahrump, NV 89048, USA
Phone: (775) 537-0162
';var m_f41aa56e9d3009c6e7a339032bc3589b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_f41aa56e9d3009c6e7a339032bc3589b['infowindow'] = new google.maps.InfoWindow({content: $lf41aa56e9d3009c6e7a339032bc3589b});var infowindow = new google.maps.InfoWindow({content: $lf41aa56e9d3009c6e7a339032bc3589b});google.maps.event.addListener(m_f41aa56e9d3009c6e7a339032bc3589b, 'click', function() {infowindow.open(map,m_f41aa56e9d3009c6e7a339032bc3589b);});$marker.push(m_f41aa56e9d3009c6e7a339032bc3589b);}});}google.maps.event.addDomListener(window, 'load', initialize);