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.8518,-77.4513)};var g_0906b0bfa15b848264cc97903c8df716 = new google.maps.Geocoder();g_0906b0bfa15b848264cc97903c8df716.geocode( { 'address': "5679 Stone Rd, Centreville, VA 20120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centreville-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('centreville-VA-bbt'), mapOptions);}document.getElementById('d55c8c75').innerHTML += ' | View Map';var $l0906b0bfa15b848264cc97903c8df716 = '

BB&T

Address: 5679 Stone Rd, Centreville, VA 20120, USA
Phone: (703) 359-9393
';var m_0906b0bfa15b848264cc97903c8df716 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_0906b0bfa15b848264cc97903c8df716['infowindow'] = new google.maps.InfoWindow({content: $l0906b0bfa15b848264cc97903c8df716});var infowindow = new google.maps.InfoWindow({content: $l0906b0bfa15b848264cc97903c8df716});google.maps.event.addListener(m_0906b0bfa15b848264cc97903c8df716, 'click', function() {infowindow.open(map,m_0906b0bfa15b848264cc97903c8df716);});$marker.push(m_0906b0bfa15b848264cc97903c8df716);}});}google.maps.event.addDomListener(window, 'load', initialize);