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.2962,-77.4853)};var g_4e58032632094a49373b4a0d2e75b26c = new google.maps.Geocoder();g_4e58032632094a49373b4a0d2e75b26c.geocode( { 'address': "736 Warrenton Rd, Fredericksburg, VA 22406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-allied-advanced-cash').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-allied-advanced-cash'), mapOptions);}document.getElementById('80ed1ced').innerHTML += ' | View Map';var $l4e58032632094a49373b4a0d2e75b26c = '

Allied Advanced Cash

Address: 736 Warrenton Rd, Fredericksburg, VA 22406
Phone: (540) 368-1818
';var m_4e58032632094a49373b4a0d2e75b26c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allied Advanced Cash',});m_4e58032632094a49373b4a0d2e75b26c['infowindow'] = new google.maps.InfoWindow({content: $l4e58032632094a49373b4a0d2e75b26c});var infowindow = new google.maps.InfoWindow({content: $l4e58032632094a49373b4a0d2e75b26c});google.maps.event.addListener(m_4e58032632094a49373b4a0d2e75b26c, 'click', function() {infowindow.open(map,m_4e58032632094a49373b4a0d2e75b26c);});$marker.push(m_4e58032632094a49373b4a0d2e75b26c);}});}google.maps.event.addDomListener(window, 'load', initialize);