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.998,-77.2905)};var g_898c04bc5803b86781af3afed5ee14fa = new google.maps.Geocoder();g_898c04bc5803b86781af3afed5ee14fa.geocode( { 'address': "9915 Georgetown Pike, Great Falls, VA 22066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-falls-VA-bbt---great-falls-branch').style.display = '';map = new google.maps.Map(document.getElementById('great-falls-VA-bbt---great-falls-branch'), mapOptions);}document.getElementById('7463c459').innerHTML += ' | View Map';var $l898c04bc5803b86781af3afed5ee14fa = '

BB&T - Great Falls Branch

Address: 9915 Georgetown Pike, Great Falls, VA 22066, USA
Phone: (703) 757-1712
';var m_898c04bc5803b86781af3afed5ee14fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Great Falls Branch',});m_898c04bc5803b86781af3afed5ee14fa['infowindow'] = new google.maps.InfoWindow({content: $l898c04bc5803b86781af3afed5ee14fa});var infowindow = new google.maps.InfoWindow({content: $l898c04bc5803b86781af3afed5ee14fa});google.maps.event.addListener(m_898c04bc5803b86781af3afed5ee14fa, 'click', function() {infowindow.open(map,m_898c04bc5803b86781af3afed5ee14fa);});$marker.push(m_898c04bc5803b86781af3afed5ee14fa);}});}google.maps.event.addDomListener(window, 'load', initialize);