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.4678,-77.4123)};var g_12b9f539c1a5c597248a927ef0cc4ab6 = new google.maps.Geocoder();g_12b9f539c1a5c597248a927ef0cc4ab6.geocode( { 'address': "117 Garrisonville Rd, Stafford, VA 22554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stafford-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('stafford-VA-bbt'), mapOptions);}document.getElementById('65a49f87').innerHTML += ' | View Map';var $l12b9f539c1a5c597248a927ef0cc4ab6 = '

BB&T

Address: 117 Garrisonville Rd, Stafford, VA 22554, USA
Phone: (540) 657-0972
';var m_12b9f539c1a5c597248a927ef0cc4ab6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_12b9f539c1a5c597248a927ef0cc4ab6['infowindow'] = new google.maps.InfoWindow({content: $l12b9f539c1a5c597248a927ef0cc4ab6});var infowindow = new google.maps.InfoWindow({content: $l12b9f539c1a5c597248a927ef0cc4ab6});google.maps.event.addListener(m_12b9f539c1a5c597248a927ef0cc4ab6, 'click', function() {infowindow.open(map,m_12b9f539c1a5c597248a927ef0cc4ab6);});$marker.push(m_12b9f539c1a5c597248a927ef0cc4ab6);}});}google.maps.event.addDomListener(window, 'load', initialize);