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.8373,-80.4156)};var g_52a662c2eb0dae176730eb307acf3b6f = new google.maps.Geocoder();g_52a662c2eb0dae176730eb307acf3b6f.geocode( { 'address': "HC 82 BOX 39A, Lewisburg, WV 24901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisburg-WV-bbt---north-lewisburg-branch').style.display = '';map = new google.maps.Map(document.getElementById('lewisburg-WV-bbt---north-lewisburg-branch'), mapOptions);}document.getElementById('c62f7b51').innerHTML += ' | View Map';var $l52a662c2eb0dae176730eb307acf3b6f = '

BB&T - North Lewisburg Branch

Address: HC 82 BOX 39A, Lewisburg, WV 24901, USA
Phone: (304) 647-5187
';var m_52a662c2eb0dae176730eb307acf3b6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - North Lewisburg Branch',});m_52a662c2eb0dae176730eb307acf3b6f['infowindow'] = new google.maps.InfoWindow({content: $l52a662c2eb0dae176730eb307acf3b6f});var infowindow = new google.maps.InfoWindow({content: $l52a662c2eb0dae176730eb307acf3b6f});google.maps.event.addListener(m_52a662c2eb0dae176730eb307acf3b6f, 'click', function() {infowindow.open(map,m_52a662c2eb0dae176730eb307acf3b6f);});$marker.push(m_52a662c2eb0dae176730eb307acf3b6f);}});}google.maps.event.addDomListener(window, 'load', initialize);