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.65,-77.257)};var g_ce65d7ae921f4f71585cd6c853f3485f = new google.maps.Geocoder();g_ce65d7ae921f4f71585cd6c853f3485f.geocode( { 'address': "13927 Jefferson Davis Hwy, Woodbridge, VA 22191, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbridge-VA-bbt---marumsco-plaza-branch').style.display = '';map = new google.maps.Map(document.getElementById('woodbridge-VA-bbt---marumsco-plaza-branch'), mapOptions);}document.getElementById('76a039e3').innerHTML += ' | View Map';var $lce65d7ae921f4f71585cd6c853f3485f = '

BB&T - Marumsco Plaza Branch

Address: 13927 Jefferson Davis Hwy, Woodbridge, VA 22191, USA
Phone: (703) 497-2766
';var m_ce65d7ae921f4f71585cd6c853f3485f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Marumsco Plaza Branch',});m_ce65d7ae921f4f71585cd6c853f3485f['infowindow'] = new google.maps.InfoWindow({content: $lce65d7ae921f4f71585cd6c853f3485f});var infowindow = new google.maps.InfoWindow({content: $lce65d7ae921f4f71585cd6c853f3485f});google.maps.event.addListener(m_ce65d7ae921f4f71585cd6c853f3485f, 'click', function() {infowindow.open(map,m_ce65d7ae921f4f71585cd6c853f3485f);});$marker.push(m_ce65d7ae921f4f71585cd6c853f3485f);}});}google.maps.event.addDomListener(window, 'load', initialize);