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.8665,-77.8546)};var g_8f268651e6687e048c211b686b5a7acd = new google.maps.Geocoder();g_8f268651e6687e048c211b686b5a7acd.geocode( { 'address': "8318 E Main St, Marshall, VA 20115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('marshall-VA-bbt-atm'), mapOptions);}document.getElementById('4587f103').innerHTML += ' | View Map';var $l8f268651e6687e048c211b686b5a7acd = '

BB&T ATM

Address: 8318 E Main St, Marshall, VA 20115, USA
Phone: (800) 226-5228
';var m_8f268651e6687e048c211b686b5a7acd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_8f268651e6687e048c211b686b5a7acd['infowindow'] = new google.maps.InfoWindow({content: $l8f268651e6687e048c211b686b5a7acd});var infowindow = new google.maps.InfoWindow({content: $l8f268651e6687e048c211b686b5a7acd});google.maps.event.addListener(m_8f268651e6687e048c211b686b5a7acd, 'click', function() {infowindow.open(map,m_8f268651e6687e048c211b686b5a7acd);});$marker.push(m_8f268651e6687e048c211b686b5a7acd);}});}google.maps.event.addDomListener(window, 'load', initialize);