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(41.0422,-79.5022)};var g_32a2ffe86ffba26755eb377debf53552 = new google.maps.Geocoder();g_32a2ffe86ffba26755eb377debf53552.geocode( { 'address': "592 Main St, Rimersburg, PA 16248, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rimersburg-PA-clarion-county-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('rimersburg-PA-clarion-county-community-bank'), mapOptions);}document.getElementById('85571739').innerHTML += ' | View Map';var $l32a2ffe86ffba26755eb377debf53552 = '

Clarion County Community Bank

Address: 592 Main St, Rimersburg, PA 16248, USA
Phone: (814) 473-3000
';var m_32a2ffe86ffba26755eb377debf53552 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clarion County Community Bank',});m_32a2ffe86ffba26755eb377debf53552['infowindow'] = new google.maps.InfoWindow({content: $l32a2ffe86ffba26755eb377debf53552});var infowindow = new google.maps.InfoWindow({content: $l32a2ffe86ffba26755eb377debf53552});google.maps.event.addListener(m_32a2ffe86ffba26755eb377debf53552, 'click', function() {infowindow.open(map,m_32a2ffe86ffba26755eb377debf53552);});$marker.push(m_32a2ffe86ffba26755eb377debf53552);}});}google.maps.event.addDomListener(window, 'load', initialize);