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.663,-78.7789)};var g_ffde5ca7e95a6077e156b2262e614af6 = new google.maps.Geocoder();g_ffde5ca7e95a6077e156b2262e614af6.geocode( { 'address': "1808 Bigler Ave, Northern Cambria, PA 15714"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northern-cambria-PA-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('northern-cambria-PA-county-national-bank'), mapOptions);}document.getElementById('2524f7ec').innerHTML += ' | View Map';var $lffde5ca7e95a6077e156b2262e614af6 = '

County National Bank

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