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.4082,-78.6184)};var g_020d068111d8e002c88f6d7316dd131a = new google.maps.Geocoder();g_020d068111d8e002c88f6d7316dd131a.geocode( { 'address': "203 S Stuart Ave, Elkton, VA 22827, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkton-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('elkton-VA-atm-bbt'), mapOptions);}document.getElementById('4e189473').innerHTML += ' | View Map';var $l020d068111d8e002c88f6d7316dd131a = '

ATM (BB&T)

Address: 203 S Stuart Ave, Elkton, VA 22827, USA
Phone: (800) 627-3999
';var m_020d068111d8e002c88f6d7316dd131a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_020d068111d8e002c88f6d7316dd131a['infowindow'] = new google.maps.InfoWindow({content: $l020d068111d8e002c88f6d7316dd131a});var infowindow = new google.maps.InfoWindow({content: $l020d068111d8e002c88f6d7316dd131a});google.maps.event.addListener(m_020d068111d8e002c88f6d7316dd131a, 'click', function() {infowindow.open(map,m_020d068111d8e002c88f6d7316dd131a);});$marker.push(m_020d068111d8e002c88f6d7316dd131a);}});}google.maps.event.addDomListener(window, 'load', initialize);