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_b65381bdb2d648a4fdd2a107028b81d8 = new google.maps.Geocoder();g_b65381bdb2d648a4fdd2a107028b81d8.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').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-VA-bbt'), mapOptions);}document.getElementById('bdfdf116').innerHTML += ' | View Map';var $lb65381bdb2d648a4fdd2a107028b81d8 = '

BB&T

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