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.4678,-77.4123)};var g_e8982b88f680940a50bf4f1cad0f2c02 = new google.maps.Geocoder();g_e8982b88f680940a50bf4f1cad0f2c02.geocode( { 'address': "117 Garrisonville Rd, Stafford, VA 22554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stafford-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('stafford-VA-bbt-atm'), mapOptions);}document.getElementById('65a49f87').innerHTML += ' | View Map';var $le8982b88f680940a50bf4f1cad0f2c02 = '

BB&T ATM

Address: 117 Garrisonville Rd, Stafford, VA 22554, USA
Phone: (800) 226-5228
';var m_e8982b88f680940a50bf4f1cad0f2c02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_e8982b88f680940a50bf4f1cad0f2c02['infowindow'] = new google.maps.InfoWindow({content: $le8982b88f680940a50bf4f1cad0f2c02});var infowindow = new google.maps.InfoWindow({content: $le8982b88f680940a50bf4f1cad0f2c02});google.maps.event.addListener(m_e8982b88f680940a50bf4f1cad0f2c02, 'click', function() {infowindow.open(map,m_e8982b88f680940a50bf4f1cad0f2c02);});$marker.push(m_e8982b88f680940a50bf4f1cad0f2c02);}});}google.maps.event.addDomListener(window, 'load', initialize);