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(37.5529,-76.3527)};var g_65a54865de989d0a6a60a8ad5b07e071 = new google.maps.Geocoder();g_65a54865de989d0a6a60a8ad5b07e071.geocode( { 'address': "16498 General Puller Hwy, Deltaville, VA 23043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deltaville-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('deltaville-VA-bbt'), mapOptions);}document.getElementById('5f410027').innerHTML += ' | View Map';var $l65a54865de989d0a6a60a8ad5b07e071 = '

BB&T

Address: 16498 General Puller Hwy, Deltaville, VA 23043, USA
Phone: (804) 776-0492
';var m_65a54865de989d0a6a60a8ad5b07e071 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_65a54865de989d0a6a60a8ad5b07e071['infowindow'] = new google.maps.InfoWindow({content: $l65a54865de989d0a6a60a8ad5b07e071});var infowindow = new google.maps.InfoWindow({content: $l65a54865de989d0a6a60a8ad5b07e071});google.maps.event.addListener(m_65a54865de989d0a6a60a8ad5b07e071, 'click', function() {infowindow.open(map,m_65a54865de989d0a6a60a8ad5b07e071);});$marker.push(m_65a54865de989d0a6a60a8ad5b07e071);}});}google.maps.event.addDomListener(window, 'load', initialize);