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.2895,-77.5333)};var g_2b436d084a19d79ad3fbbff4245fc7c6 = new google.maps.Geocoder();g_2b436d084a19d79ad3fbbff4245fc7c6.geocode( { 'address': "4211 Plank Rd, Fredericksburg, VA 22407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-liberty-pawn-and-gold').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-liberty-pawn-and-gold'), mapOptions);}document.getElementById('a16f5242').innerHTML += ' | View Map';var $l2b436d084a19d79ad3fbbff4245fc7c6 = '

Liberty Pawn and Gold

Address: 4211 Plank Rd, Fredericksburg, VA 22407, USA
Phone: (540) 412-5885
';var m_2b436d084a19d79ad3fbbff4245fc7c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Pawn and Gold',});m_2b436d084a19d79ad3fbbff4245fc7c6['infowindow'] = new google.maps.InfoWindow({content: $l2b436d084a19d79ad3fbbff4245fc7c6});var infowindow = new google.maps.InfoWindow({content: $l2b436d084a19d79ad3fbbff4245fc7c6});google.maps.event.addListener(m_2b436d084a19d79ad3fbbff4245fc7c6, 'click', function() {infowindow.open(map,m_2b436d084a19d79ad3fbbff4245fc7c6);});$marker.push(m_2b436d084a19d79ad3fbbff4245fc7c6);}});}google.maps.event.addDomListener(window, 'load', initialize);