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.6254,-78.2284)};var g_db6040c329c81f77c902cc63b2b74aca = new google.maps.Geocoder();g_db6040c329c81f77c902cc63b2b74aca.geocode( { 'address': "101 S Washington St, Berkeley Springs, WV 25411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berkeley-springs-WV-cnb-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('berkeley-springs-WV-cnb-bank-inc'), mapOptions);}document.getElementById('cd8f2f0f').innerHTML += ' | View Map';var $ldb6040c329c81f77c902cc63b2b74aca = '

CNB Bank, Inc.

Address: 101 S Washington St, Berkeley Springs, WV 25411, USA
Phone: (304) 258-1520
';var m_db6040c329c81f77c902cc63b2b74aca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CNB Bank, Inc.',});m_db6040c329c81f77c902cc63b2b74aca['infowindow'] = new google.maps.InfoWindow({content: $ldb6040c329c81f77c902cc63b2b74aca});var infowindow = new google.maps.InfoWindow({content: $ldb6040c329c81f77c902cc63b2b74aca});google.maps.event.addListener(m_db6040c329c81f77c902cc63b2b74aca, 'click', function() {infowindow.open(map,m_db6040c329c81f77c902cc63b2b74aca);});$marker.push(m_db6040c329c81f77c902cc63b2b74aca);}});}google.maps.event.addDomListener(window, 'load', initialize);