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.9922,-77.419)};var g_42b5113583d24ff299a46b70aa3470bd = new google.maps.Geocoder();g_42b5113583d24ff299a46b70aa3470bd.geocode( { 'address': "22550 Davis Dr, Sterling, VA 20164, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('sterling-VA-bbt'), mapOptions);}document.getElementById('17c83ac5').innerHTML += ' | View Map';var $l42b5113583d24ff299a46b70aa3470bd = '

BB&T

Address: 22550 Davis Dr, Sterling, VA 20164, USA
Phone: (703) 668-1580
';var m_42b5113583d24ff299a46b70aa3470bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_42b5113583d24ff299a46b70aa3470bd['infowindow'] = new google.maps.InfoWindow({content: $l42b5113583d24ff299a46b70aa3470bd});var infowindow = new google.maps.InfoWindow({content: $l42b5113583d24ff299a46b70aa3470bd});google.maps.event.addListener(m_42b5113583d24ff299a46b70aa3470bd, 'click', function() {infowindow.open(map,m_42b5113583d24ff299a46b70aa3470bd);});$marker.push(m_42b5113583d24ff299a46b70aa3470bd);}});}google.maps.event.addDomListener(window, 'load', initialize);