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(40.6417,-78.7722)};var g_9910e0f9816de1729472fda468317855 = new google.maps.Geocoder();g_9910e0f9816de1729472fda468317855.geocode( { 'address': "1808 Bigler Ave, Northern Cambria, PA 15714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northern-cambria-PA-cnb-bank').style.display = '';map = new google.maps.Map(document.getElementById('northern-cambria-PA-cnb-bank'), mapOptions);}document.getElementById('e94cbdeb').innerHTML += ' | View Map';var $l9910e0f9816de1729472fda468317855 = '

CNB Bank

Address: 1808 Bigler Ave, Northern Cambria, PA 15714, USA
Phone: (814) 948-6410
';var m_9910e0f9816de1729472fda468317855 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CNB Bank',});m_9910e0f9816de1729472fda468317855['infowindow'] = new google.maps.InfoWindow({content: $l9910e0f9816de1729472fda468317855});var infowindow = new google.maps.InfoWindow({content: $l9910e0f9816de1729472fda468317855});google.maps.event.addListener(m_9910e0f9816de1729472fda468317855, 'click', function() {infowindow.open(map,m_9910e0f9816de1729472fda468317855);});$marker.push(m_9910e0f9816de1729472fda468317855);}});}google.maps.event.addDomListener(window, 'load', initialize);