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(37.5375,-78.4794)};var g_e9a0950f0367d856af63758903d2770a = new google.maps.Geocoder();g_e9a0950f0367d856af63758903d2770a.geocode( { 'address': "15604 N James Madison Hwy, Dillwyn, VA 23936, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dillwyn-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('dillwyn-VA-atm-bbt'), mapOptions);}document.getElementById('a328abcb').innerHTML += ' | View Map';var $le9a0950f0367d856af63758903d2770a = '

ATM (BB&T)

Address: 15604 N James Madison Hwy, Dillwyn, VA 23936, USA
Phone:
';var m_e9a0950f0367d856af63758903d2770a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_e9a0950f0367d856af63758903d2770a['infowindow'] = new google.maps.InfoWindow({content: $le9a0950f0367d856af63758903d2770a});var infowindow = new google.maps.InfoWindow({content: $le9a0950f0367d856af63758903d2770a});google.maps.event.addListener(m_e9a0950f0367d856af63758903d2770a, 'click', function() {infowindow.open(map,m_e9a0950f0367d856af63758903d2770a);});$marker.push(m_e9a0950f0367d856af63758903d2770a);}});}google.maps.event.addDomListener(window, 'load', initialize);