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.2894,-77.5502)};var g_f152516615efd05cf4b4903b03d4a45d = new google.maps.Geocoder();g_f152516615efd05cf4b4903b03d4a45d.geocode( { 'address': "5044 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--gold-llc').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-liberty-pawn--gold-llc'), mapOptions);}document.getElementById('b4c008eb').innerHTML += ' | View Map';var $lf152516615efd05cf4b4903b03d4a45d = '

Liberty Pawn & Gold LLC

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