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.2083,-78.3865)};var g_65ed85850863255a21d445daad12d1e0 = new google.maps.Geocoder();g_65ed85850863255a21d445daad12d1e0.geocode( { 'address': "7003 Seminole Trail, Ruckersville, VA 22968, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruckersville-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('ruckersville-VA-bbt-atm'), mapOptions);}document.getElementById('2c02cd71').innerHTML += ' | View Map';var $l65ed85850863255a21d445daad12d1e0 = '

BB&T ATM

Address: 7003 Seminole Trail, Ruckersville, VA 22968, USA
Phone: (800) 226-5228
';var m_65ed85850863255a21d445daad12d1e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_65ed85850863255a21d445daad12d1e0['infowindow'] = new google.maps.InfoWindow({content: $l65ed85850863255a21d445daad12d1e0});var infowindow = new google.maps.InfoWindow({content: $l65ed85850863255a21d445daad12d1e0});google.maps.event.addListener(m_65ed85850863255a21d445daad12d1e0, 'click', function() {infowindow.open(map,m_65ed85850863255a21d445daad12d1e0);});$marker.push(m_65ed85850863255a21d445daad12d1e0);}});}google.maps.event.addDomListener(window, 'load', initialize);