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_b5b94e683d8d4c36a06b02b49c8e3424 = new google.maps.Geocoder();g_b5b94e683d8d4c36a06b02b49c8e3424.geocode( { 'address': "43865 Freedom Station Plz, Ashburn, VA 20148"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashburn-VA-bb-t-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashburn-VA-bb-t-bank'), mapOptions);}document.getElementById('b04fbb1c').innerHTML += ' | View Map';var $lb5b94e683d8d4c36a06b02b49c8e3424 = '

Bb & T Bank

Address: 43865 Freedom Station Plz, Ashburn, VA 20148
Phone: (703) 858-2550
';var m_b5b94e683d8d4c36a06b02b49c8e3424 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb & T Bank',});m_b5b94e683d8d4c36a06b02b49c8e3424['infowindow'] = new google.maps.InfoWindow({content: $lb5b94e683d8d4c36a06b02b49c8e3424});var infowindow = new google.maps.InfoWindow({content: $lb5b94e683d8d4c36a06b02b49c8e3424});google.maps.event.addListener(m_b5b94e683d8d4c36a06b02b49c8e3424, 'click', function() {infowindow.open(map,m_b5b94e683d8d4c36a06b02b49c8e3424);});$marker.push(m_b5b94e683d8d4c36a06b02b49c8e3424);}});}google.maps.event.addDomListener(window, 'load', initialize);