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.6555,-77.2528)};var g_890e8cebfa390cee4536728b4149d70b = new google.maps.Geocoder();g_890e8cebfa390cee4536728b4149d70b.geocode( { 'address': "13666 Jefferson Davis Hwy, Woodbridge, VA 22191, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbridge-VA-a-1-check-cashing-services').style.display = '';map = new google.maps.Map(document.getElementById('woodbridge-VA-a-1-check-cashing-services'), mapOptions);}document.getElementById('7dcd4bda').innerHTML += ' | View Map';var $l890e8cebfa390cee4536728b4149d70b = '

A-1 Check Cashing Services

Address: 13666 Jefferson Davis Hwy, Woodbridge, VA 22191, USA
Phone: (703) 494-8296
';var m_890e8cebfa390cee4536728b4149d70b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A-1 Check Cashing Services',});m_890e8cebfa390cee4536728b4149d70b['infowindow'] = new google.maps.InfoWindow({content: $l890e8cebfa390cee4536728b4149d70b});var infowindow = new google.maps.InfoWindow({content: $l890e8cebfa390cee4536728b4149d70b});google.maps.event.addListener(m_890e8cebfa390cee4536728b4149d70b, 'click', function() {infowindow.open(map,m_890e8cebfa390cee4536728b4149d70b);});$marker.push(m_890e8cebfa390cee4536728b4149d70b);}});}google.maps.event.addDomListener(window, 'load', initialize);