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.2464,-77.5151)};var g_0856e11c6bced2291f42f86acaba775d = new google.maps.Geocoder();g_0856e11c6bced2291f42f86acaba775d.geocode( { 'address': "10679 Courthouse Rd, Fredericksburg, VA 22407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-express-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-express-check-advance'), mapOptions);}document.getElementById('43684672').innerHTML += ' | View Map';var $l0856e11c6bced2291f42f86acaba775d = '

Express Check Advance

Address: 10679 Courthouse Rd, Fredericksburg, VA 22407, USA
Phone: (540) 710-6027
';var m_0856e11c6bced2291f42f86acaba775d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Check Advance',});m_0856e11c6bced2291f42f86acaba775d['infowindow'] = new google.maps.InfoWindow({content: $l0856e11c6bced2291f42f86acaba775d});var infowindow = new google.maps.InfoWindow({content: $l0856e11c6bced2291f42f86acaba775d});google.maps.event.addListener(m_0856e11c6bced2291f42f86acaba775d, 'click', function() {infowindow.open(map,m_0856e11c6bced2291f42f86acaba775d);});$marker.push(m_0856e11c6bced2291f42f86acaba775d);}});}google.maps.event.addDomListener(window, 'load', initialize);