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.5414,-77.9882)};var g_aead25eadefc444f5b2813d658d85cee = new google.maps.Geocoder();g_aead25eadefc444f5b2813d658d85cee.geocode( { 'address': "3967 Hedgesville Rd, Hedgesville, WV 25427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hedgesville-WV-bbt').style.display = '';map = new google.maps.Map(document.getElementById('hedgesville-WV-bbt'), mapOptions);}document.getElementById('cd7cc833').innerHTML += ' | View Map';var $laead25eadefc444f5b2813d658d85cee = '

BB&T

Address: 3967 Hedgesville Rd, Hedgesville, WV 25427, USA
Phone: (304) 754-7945
';var m_aead25eadefc444f5b2813d658d85cee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_aead25eadefc444f5b2813d658d85cee['infowindow'] = new google.maps.InfoWindow({content: $laead25eadefc444f5b2813d658d85cee});var infowindow = new google.maps.InfoWindow({content: $laead25eadefc444f5b2813d658d85cee});google.maps.event.addListener(m_aead25eadefc444f5b2813d658d85cee, 'click', function() {infowindow.open(map,m_aead25eadefc444f5b2813d658d85cee);});$marker.push(m_aead25eadefc444f5b2813d658d85cee);}});}google.maps.event.addDomListener(window, 'load', initialize);