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.8883,-77.4537)};var g_a41996c90c652f375fee415fcac1d610 = new google.maps.Geocoder();g_a41996c90c652f375fee415fcac1d610.geocode( { 'address': "13821 Lee Jackson Memorial Hwy, Chantilly, VA 20151"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chantilly-VA-bb-t').style.display = '';map = new google.maps.Map(document.getElementById('chantilly-VA-bb-t'), mapOptions);}document.getElementById('2259a9e0').innerHTML += ' | View Map';var $la41996c90c652f375fee415fcac1d610 = '

BB & T

Address: 13821 Lee Jackson Memorial Hwy, Chantilly, VA 20151
Phone: (703) 359-9397
';var m_a41996c90c652f375fee415fcac1d610 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB & T',});m_a41996c90c652f375fee415fcac1d610['infowindow'] = new google.maps.InfoWindow({content: $la41996c90c652f375fee415fcac1d610});var infowindow = new google.maps.InfoWindow({content: $la41996c90c652f375fee415fcac1d610});google.maps.event.addListener(m_a41996c90c652f375fee415fcac1d610, 'click', function() {infowindow.open(map,m_a41996c90c652f375fee415fcac1d610);});$marker.push(m_a41996c90c652f375fee415fcac1d610);}});}google.maps.event.addDomListener(window, 'load', initialize);