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.6587,-79.6398)};var g_9db749363dc1abf9651b4c970f9c5014 = new google.maps.Geocoder();g_9db749363dc1abf9651b4c970f9c5014.geocode( { 'address': "160 Morgantown St, Bruceton Mills, WV 26525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bruceton-mills-WV-clear-mountain-bank').style.display = '';map = new google.maps.Map(document.getElementById('bruceton-mills-WV-clear-mountain-bank'), mapOptions);}document.getElementById('ab801912').innerHTML += ' | View Map';var $l9db749363dc1abf9651b4c970f9c5014 = '

Clear Mountain Bank

Address: 160 Morgantown St, Bruceton Mills, WV 26525, USA
Phone: (304) 379-2265
';var m_9db749363dc1abf9651b4c970f9c5014 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clear Mountain Bank',});m_9db749363dc1abf9651b4c970f9c5014['infowindow'] = new google.maps.InfoWindow({content: $l9db749363dc1abf9651b4c970f9c5014});var infowindow = new google.maps.InfoWindow({content: $l9db749363dc1abf9651b4c970f9c5014});google.maps.event.addListener(m_9db749363dc1abf9651b4c970f9c5014, 'click', function() {infowindow.open(map,m_9db749363dc1abf9651b4c970f9c5014);});$marker.push(m_9db749363dc1abf9651b4c970f9c5014);}});}google.maps.event.addDomListener(window, 'load', initialize);