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.2376,-76.8162)};var g_f368379405164f119fdb38e72851ab05 = new google.maps.Geocoder();g_f368379405164f119fdb38e72851ab05.geocode( { 'address': "191 Chad Rd, Muncy, PA 17756, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncy-PA-palco-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('muncy-PA-palco-federal-credit-union'), mapOptions);}document.getElementById('3f9bceb1').innerHTML += ' | View Map';var $lf368379405164f119fdb38e72851ab05 = '

PALCO Federal Credit Union

Address: 191 Chad Rd, Muncy, PA 17756, USA
Phone: (570) 546-2333
';var m_f368379405164f119fdb38e72851ab05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PALCO Federal Credit Union',});m_f368379405164f119fdb38e72851ab05['infowindow'] = new google.maps.InfoWindow({content: $lf368379405164f119fdb38e72851ab05});var infowindow = new google.maps.InfoWindow({content: $lf368379405164f119fdb38e72851ab05});google.maps.event.addListener(m_f368379405164f119fdb38e72851ab05, 'click', function() {infowindow.open(map,m_f368379405164f119fdb38e72851ab05);});$marker.push(m_f368379405164f119fdb38e72851ab05);}});}google.maps.event.addDomListener(window, 'load', initialize);