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.6942,-75.7211)};var g_802dab81e7b57a3df50748214573905a = new google.maps.Geocoder();g_802dab81e7b57a3df50748214573905a.geocode( { 'address': "25386 Lankford Hwy, Onley, VA 23418, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('onley-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('onley-VA-bbt'), mapOptions);}document.getElementById('abcb2186').innerHTML += ' | View Map';var $l802dab81e7b57a3df50748214573905a = '

BB&T

Address: 25386 Lankford Hwy, Onley, VA 23418, USA
Phone: (757) 789-0749
';var m_802dab81e7b57a3df50748214573905a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_802dab81e7b57a3df50748214573905a['infowindow'] = new google.maps.InfoWindow({content: $l802dab81e7b57a3df50748214573905a});var infowindow = new google.maps.InfoWindow({content: $l802dab81e7b57a3df50748214573905a});google.maps.event.addListener(m_802dab81e7b57a3df50748214573905a, 'click', function() {infowindow.open(map,m_802dab81e7b57a3df50748214573905a);});$marker.push(m_802dab81e7b57a3df50748214573905a);}});}google.maps.event.addDomListener(window, 'load', initialize);