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.5745,-77.8007)};var g_7a2ce833bb1b76f8b67e864cc4ad9e23 = new google.maps.Geocoder();g_7a2ce833bb1b76f8b67e864cc4ad9e23.geocode( { 'address': "11047 Marsh Rd, Bealeton, VA 22712"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bealeton-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('bealeton-VA-bbt'), mapOptions);}document.getElementById('081d4080').innerHTML += ' | View Map';var $l7a2ce833bb1b76f8b67e864cc4ad9e23 = '

BB&T

Address: 11047 Marsh Rd, Bealeton, VA 22712
Phone: (540) 439-4570
';var m_7a2ce833bb1b76f8b67e864cc4ad9e23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_7a2ce833bb1b76f8b67e864cc4ad9e23['infowindow'] = new google.maps.InfoWindow({content: $l7a2ce833bb1b76f8b67e864cc4ad9e23});var infowindow = new google.maps.InfoWindow({content: $l7a2ce833bb1b76f8b67e864cc4ad9e23});google.maps.event.addListener(m_7a2ce833bb1b76f8b67e864cc4ad9e23, 'click', function() {infowindow.open(map,m_7a2ce833bb1b76f8b67e864cc4ad9e23);});$marker.push(m_7a2ce833bb1b76f8b67e864cc4ad9e23);}});}google.maps.event.addDomListener(window, 'load', initialize);