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.3268,-80.7309)};var g_88ad1a3509db9639341d028ceec67d51 = new google.maps.Geocoder();g_88ad1a3509db9639341d028ceec67d51.geocode( { 'address': "800 Wenonah Ave, Pearisburg, VA 24134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pearisburg-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('pearisburg-VA-bbt'), mapOptions);}document.getElementById('cd84d12a').innerHTML += ' | View Map';var $l88ad1a3509db9639341d028ceec67d51 = '

BB&T

Address: 800 Wenonah Ave, Pearisburg, VA 24134, USA
Phone: (540) 921-3011
';var m_88ad1a3509db9639341d028ceec67d51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_88ad1a3509db9639341d028ceec67d51['infowindow'] = new google.maps.InfoWindow({content: $l88ad1a3509db9639341d028ceec67d51});var infowindow = new google.maps.InfoWindow({content: $l88ad1a3509db9639341d028ceec67d51});google.maps.event.addListener(m_88ad1a3509db9639341d028ceec67d51, 'click', function() {infowindow.open(map,m_88ad1a3509db9639341d028ceec67d51);});$marker.push(m_88ad1a3509db9639341d028ceec67d51);}});}google.maps.event.addDomListener(window, 'load', initialize);