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(39.6424,-78.7692)};var g_ba4849411c8bbdd386150e5e32204198 = new google.maps.Geocoder();g_ba4849411c8bbdd386150e5e32204198.geocode( { 'address': "64 Potomac St, Ridgeley, WV 26753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeley-WV-j--s-pawn-and-guns').style.display = '';map = new google.maps.Map(document.getElementById('ridgeley-WV-j--s-pawn-and-guns'), mapOptions);}document.getElementById('902651e4').innerHTML += ' | View Map';var $lba4849411c8bbdd386150e5e32204198 = '

J & S Pawn and Guns

Address: 64 Potomac St, Ridgeley, WV 26753, USA
Phone: (304) 738-3759
';var m_ba4849411c8bbdd386150e5e32204198 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J & S Pawn and Guns',});m_ba4849411c8bbdd386150e5e32204198['infowindow'] = new google.maps.InfoWindow({content: $lba4849411c8bbdd386150e5e32204198});var infowindow = new google.maps.InfoWindow({content: $lba4849411c8bbdd386150e5e32204198});google.maps.event.addListener(m_ba4849411c8bbdd386150e5e32204198, 'click', function() {infowindow.open(map,m_ba4849411c8bbdd386150e5e32204198);});$marker.push(m_ba4849411c8bbdd386150e5e32204198);}});}google.maps.event.addDomListener(window, 'load', initialize);