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(39.4272,-77.8143)};var g_dcf5cd105900373d89923a5bc7b34452 = new google.maps.Geocoder();g_dcf5cd105900373d89923a5bc7b34452.geocode( { 'address': "8327 Martinsburg Pike, Shepherdstown, WV 25443"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shepherdstown-WV-bbt').style.display = '';map = new google.maps.Map(document.getElementById('shepherdstown-WV-bbt'), mapOptions);}document.getElementById('6f54f6d2').innerHTML += ' | View Map';var $ldcf5cd105900373d89923a5bc7b34452 = '

BB&T

Address: 8327 Martinsburg Pike, Shepherdstown, WV 25443
Phone: (304) 876-3601
';var m_dcf5cd105900373d89923a5bc7b34452 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_dcf5cd105900373d89923a5bc7b34452['infowindow'] = new google.maps.InfoWindow({content: $ldcf5cd105900373d89923a5bc7b34452});var infowindow = new google.maps.InfoWindow({content: $ldcf5cd105900373d89923a5bc7b34452});google.maps.event.addListener(m_dcf5cd105900373d89923a5bc7b34452, 'click', function() {infowindow.open(map,m_dcf5cd105900373d89923a5bc7b34452);});$marker.push(m_dcf5cd105900373d89923a5bc7b34452);}});}google.maps.event.addDomListener(window, 'load', initialize);