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.988,-77.4501)};var g_3b0297d5f6b35c9ce9075e5873628a72 = new google.maps.Geocoder();g_3b0297d5f6b35c9ce9075e5873628a72.geocode( { 'address': "22550 Davis Dr, Sterling, VA 20164"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-VA-bb-t').style.display = '';map = new google.maps.Map(document.getElementById('sterling-VA-bb-t'), mapOptions);}document.getElementById('a1eda2d4').innerHTML += ' | View Map';var $l3b0297d5f6b35c9ce9075e5873628a72 = '

BB & T

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