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.2897,-77.5374)};var g_f263672267f772caecffd5d6171bc7bd = new google.maps.Geocoder();g_f263672267f772caecffd5d6171bc7bd.geocode( { 'address': "4521 Plank Rd, Fredericksburg, VA 22407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-pawn-king').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-pawn-king'), mapOptions);}document.getElementById('149405cf').innerHTML += ' | View Map';var $lf263672267f772caecffd5d6171bc7bd = '

Pawn King

Address: 4521 Plank Rd, Fredericksburg, VA 22407, USA
Phone: (540) 785-7474
';var m_f263672267f772caecffd5d6171bc7bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pawn King',});m_f263672267f772caecffd5d6171bc7bd['infowindow'] = new google.maps.InfoWindow({content: $lf263672267f772caecffd5d6171bc7bd});var infowindow = new google.maps.InfoWindow({content: $lf263672267f772caecffd5d6171bc7bd});google.maps.event.addListener(m_f263672267f772caecffd5d6171bc7bd, 'click', function() {infowindow.open(map,m_f263672267f772caecffd5d6171bc7bd);});$marker.push(m_f263672267f772caecffd5d6171bc7bd);}});}google.maps.event.addDomListener(window, 'load', initialize);