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.6813,-77.2615)};var g_c4ba4f3f61006bdce9597fd03aa55c00 = new google.maps.Geocoder();g_c4ba4f3f61006bdce9597fd03aa55c00.geocode( { 'address': "292 Mill St, Occoquan, VA 22125"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('occoquan-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('occoquan-VA-bbt'), mapOptions);}document.getElementById('f4eb8137').innerHTML += ' | View Map';var $lc4ba4f3f61006bdce9597fd03aa55c00 = '

BB&T

Address: 292 Mill St, Occoquan, VA 22125
Phone: (703) 490-1107
';var m_c4ba4f3f61006bdce9597fd03aa55c00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_c4ba4f3f61006bdce9597fd03aa55c00['infowindow'] = new google.maps.InfoWindow({content: $lc4ba4f3f61006bdce9597fd03aa55c00});var infowindow = new google.maps.InfoWindow({content: $lc4ba4f3f61006bdce9597fd03aa55c00});google.maps.event.addListener(m_c4ba4f3f61006bdce9597fd03aa55c00, 'click', function() {infowindow.open(map,m_c4ba4f3f61006bdce9597fd03aa55c00);});$marker.push(m_c4ba4f3f61006bdce9597fd03aa55c00);}});}google.maps.event.addDomListener(window, 'load', initialize);