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.4637,-79.1303)};var g_99304490d87deb94df824e70da29140c = new google.maps.Geocoder();g_99304490d87deb94df824e70da29140c.geocode( { 'address': "Cherry St, Marienville, PA 16239, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marienville-PA-clarion-onized-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('marienville-PA-clarion-onized-federal-cu'), mapOptions);}document.getElementById('61583fcc').innerHTML += ' | View Map';var $l99304490d87deb94df824e70da29140c = '

Clarion Onized Federal Cu

Address: Cherry St, Marienville, PA 16239, USA
Phone: (814) 927-8998
';var m_99304490d87deb94df824e70da29140c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clarion Onized Federal Cu',});m_99304490d87deb94df824e70da29140c['infowindow'] = new google.maps.InfoWindow({content: $l99304490d87deb94df824e70da29140c});var infowindow = new google.maps.InfoWindow({content: $l99304490d87deb94df824e70da29140c});google.maps.event.addListener(m_99304490d87deb94df824e70da29140c, 'click', function() {infowindow.open(map,m_99304490d87deb94df824e70da29140c);});$marker.push(m_99304490d87deb94df824e70da29140c);}});}google.maps.event.addDomListener(window, 'load', initialize);