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.4685,-77.4098)};var g_c535e3a7f97daf1c4b1eb03cc8e31623 = new google.maps.Geocoder();g_c535e3a7f97daf1c4b1eb03cc8e31623.geocode( { 'address': "1025 Stafford Market Pl, Stafford, VA 22556, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stafford-VA-atm-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('stafford-VA-atm-capital-one-bank'), mapOptions);}document.getElementById('d99d413a').innerHTML += ' | View Map';var $lc535e3a7f97daf1c4b1eb03cc8e31623 = '

ATM (Capital One Bank)

Address: 1025 Stafford Market Pl, Stafford, VA 22556, USA
Phone:
';var m_c535e3a7f97daf1c4b1eb03cc8e31623 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Capital One Bank)',});m_c535e3a7f97daf1c4b1eb03cc8e31623['infowindow'] = new google.maps.InfoWindow({content: $lc535e3a7f97daf1c4b1eb03cc8e31623});var infowindow = new google.maps.InfoWindow({content: $lc535e3a7f97daf1c4b1eb03cc8e31623});google.maps.event.addListener(m_c535e3a7f97daf1c4b1eb03cc8e31623, 'click', function() {infowindow.open(map,m_c535e3a7f97daf1c4b1eb03cc8e31623);});$marker.push(m_c535e3a7f97daf1c4b1eb03cc8e31623);}});}google.maps.event.addDomListener(window, 'load', initialize);