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(39.0191,-77.461)};var g_2bb5d090e1244593f264237a380c828e = new google.maps.Geocoder();g_2bb5d090e1244593f264237a380c828e.geocode( { 'address': "43365 Junction Plz, Ashburn, VA 20147"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashburn-VA-bb-t').style.display = '';map = new google.maps.Map(document.getElementById('ashburn-VA-bb-t'), mapOptions);}document.getElementById('c7519f80').innerHTML += ' | View Map';var $l2bb5d090e1244593f264237a380c828e = '

BB & T

Address: 43365 Junction Plz, Ashburn, VA 20147
Phone: (703) 723-0500
';var m_2bb5d090e1244593f264237a380c828e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB & T',});m_2bb5d090e1244593f264237a380c828e['infowindow'] = new google.maps.InfoWindow({content: $l2bb5d090e1244593f264237a380c828e});var infowindow = new google.maps.InfoWindow({content: $l2bb5d090e1244593f264237a380c828e});google.maps.event.addListener(m_2bb5d090e1244593f264237a380c828e, 'click', function() {infowindow.open(map,m_2bb5d090e1244593f264237a380c828e);});$marker.push(m_2bb5d090e1244593f264237a380c828e);}});}google.maps.event.addDomListener(window, 'load', initialize);