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.7915,-77.609)};var g_ef8bf6526ca4586a07ee21ae27c1448e = new google.maps.Geocoder();g_ef8bf6526ca4586a07ee21ae27c1448e.geocode( { 'address': "7681 Linton Hall Rd, Gainesville, VA 20155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-VA-bbt-atm'), mapOptions);}document.getElementById('bdfdf116').innerHTML += ' | View Map';var $lef8bf6526ca4586a07ee21ae27c1448e = '

BB&T ATM

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