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.2117,-79.3827)};var g_1700002d4c70cbf14d54658d280cb88e = new google.maps.Geocoder();g_1700002d4c70cbf14d54658d280cb88e.geocode( { 'address': "601 Main St, Clarion, PA 16214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarion-PA-community-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarion-PA-community-first-bank'), mapOptions);}document.getElementById('a6ea74c5').innerHTML += ' | View Map';var $l1700002d4c70cbf14d54658d280cb88e = '

Community First Bank

Address: 601 Main St, Clarion, PA 16214
Phone: (814) 227-2010
';var m_1700002d4c70cbf14d54658d280cb88e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank',});m_1700002d4c70cbf14d54658d280cb88e['infowindow'] = new google.maps.InfoWindow({content: $l1700002d4c70cbf14d54658d280cb88e});var infowindow = new google.maps.InfoWindow({content: $l1700002d4c70cbf14d54658d280cb88e});google.maps.event.addListener(m_1700002d4c70cbf14d54658d280cb88e, 'click', function() {infowindow.open(map,m_1700002d4c70cbf14d54658d280cb88e);});$marker.push(m_1700002d4c70cbf14d54658d280cb88e);}});}google.maps.event.addDomListener(window, 'load', initialize);