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.7634,-77.3147)};var g_c71ca24fa10d7b8675ecad9208ba886d = new google.maps.Geocoder();g_c71ca24fa10d7b8675ecad9208ba886d.geocode( { 'address': "8920 Village Shops Dr, Fairfax Station, VA 22039"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfax-station-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('fairfax-station-VA-bbt'), mapOptions);}document.getElementById('b000fc59').innerHTML += ' | View Map';var $lc71ca24fa10d7b8675ecad9208ba886d = '

Bb&t

Address: 8920 Village Shops Dr, Fairfax Station, VA 22039
Phone: (703) 690-0738
';var m_c71ca24fa10d7b8675ecad9208ba886d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&t',});m_c71ca24fa10d7b8675ecad9208ba886d['infowindow'] = new google.maps.InfoWindow({content: $lc71ca24fa10d7b8675ecad9208ba886d});var infowindow = new google.maps.InfoWindow({content: $lc71ca24fa10d7b8675ecad9208ba886d});google.maps.event.addListener(m_c71ca24fa10d7b8675ecad9208ba886d, 'click', function() {infowindow.open(map,m_c71ca24fa10d7b8675ecad9208ba886d);});$marker.push(m_c71ca24fa10d7b8675ecad9208ba886d);}});}google.maps.event.addDomListener(window, 'load', initialize);