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(38.1416,-79.0513)};var g_9bfa63fc29569dccc3e15be6ad08305a = new google.maps.Geocoder();g_9bfa63fc29569dccc3e15be6ad08305a.geocode( { 'address': "817 Richmond Ave, Staunton, VA 24401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staunton-VA-valley-pawnbroker').style.display = '';map = new google.maps.Map(document.getElementById('staunton-VA-valley-pawnbroker'), mapOptions);}document.getElementById('46e1afcc').innerHTML += ' | View Map';var $l9bfa63fc29569dccc3e15be6ad08305a = '

Valley Pawnbroker

Address: 817 Richmond Ave, Staunton, VA 24401, USA
Phone: (540) 885-0018
';var m_9bfa63fc29569dccc3e15be6ad08305a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Pawnbroker',});m_9bfa63fc29569dccc3e15be6ad08305a['infowindow'] = new google.maps.InfoWindow({content: $l9bfa63fc29569dccc3e15be6ad08305a});var infowindow = new google.maps.InfoWindow({content: $l9bfa63fc29569dccc3e15be6ad08305a});google.maps.event.addListener(m_9bfa63fc29569dccc3e15be6ad08305a, 'click', function() {infowindow.open(map,m_9bfa63fc29569dccc3e15be6ad08305a);});$marker.push(m_9bfa63fc29569dccc3e15be6ad08305a);}});}google.maps.event.addDomListener(window, 'load', initialize);