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.2566,-77.4988)};var g_2c5d18d4d0dd5f8ae88178c9ab6cc2ba = new google.maps.Geocoder();g_2c5d18d4d0dd5f8ae88178c9ab6cc2ba.geocode( { 'address': "5049 Jefferson Davis Hwy, Fredericksburg, VA 22408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-spotsylvania-gold--pawn').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-spotsylvania-gold--pawn'), mapOptions);}document.getElementById('8baeddf7').innerHTML += ' | View Map';var $l2c5d18d4d0dd5f8ae88178c9ab6cc2ba = '

Spotsylvania Gold & Pawn

Address: 5049 Jefferson Davis Hwy, Fredericksburg, VA 22408, USA
Phone: (540) 786-2500
';var m_2c5d18d4d0dd5f8ae88178c9ab6cc2ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spotsylvania Gold & Pawn',});m_2c5d18d4d0dd5f8ae88178c9ab6cc2ba['infowindow'] = new google.maps.InfoWindow({content: $l2c5d18d4d0dd5f8ae88178c9ab6cc2ba});var infowindow = new google.maps.InfoWindow({content: $l2c5d18d4d0dd5f8ae88178c9ab6cc2ba});google.maps.event.addListener(m_2c5d18d4d0dd5f8ae88178c9ab6cc2ba, 'click', function() {infowindow.open(map,m_2c5d18d4d0dd5f8ae88178c9ab6cc2ba);});$marker.push(m_2c5d18d4d0dd5f8ae88178c9ab6cc2ba);}});}google.maps.event.addDomListener(window, 'load', initialize);