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.5433,-77.9887)};var g_6aeb4cfd4abc4a5d0c51005c0675bb82 = new google.maps.Geocoder();g_6aeb4cfd4abc4a5d0c51005c0675bb82.geocode( { 'address': "119 Roaring Lion Dr, Hedgesville, WV 25427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hedgesville-WV-bank-of-charles-town').style.display = '';map = new google.maps.Map(document.getElementById('hedgesville-WV-bank-of-charles-town'), mapOptions);}document.getElementById('13037c35').innerHTML += ' | View Map';var $l6aeb4cfd4abc4a5d0c51005c0675bb82 = '

Bank of Charles Town

Address: 119 Roaring Lion Dr, Hedgesville, WV 25427, USA
Phone: (304) 754-0000
';var m_6aeb4cfd4abc4a5d0c51005c0675bb82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Charles Town',});m_6aeb4cfd4abc4a5d0c51005c0675bb82['infowindow'] = new google.maps.InfoWindow({content: $l6aeb4cfd4abc4a5d0c51005c0675bb82});var infowindow = new google.maps.InfoWindow({content: $l6aeb4cfd4abc4a5d0c51005c0675bb82});google.maps.event.addListener(m_6aeb4cfd4abc4a5d0c51005c0675bb82, 'click', function() {infowindow.open(map,m_6aeb4cfd4abc4a5d0c51005c0675bb82);});$marker.push(m_6aeb4cfd4abc4a5d0c51005c0675bb82);}});}google.maps.event.addDomListener(window, 'load', initialize);