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.9447,-78.9653)};var g_84583fc0fee97dbc55cd38b3388844c8 = new google.maps.Geocoder();g_84583fc0fee97dbc55cd38b3388844c8.geocode( { 'address': "422 E Mahoning St, Punxsutawney, PA 15767, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('punxsutawney-PA-priority-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('punxsutawney-PA-priority-first-federal-credit-union'), mapOptions);}document.getElementById('51fc3b89').innerHTML += ' | View Map';var $l84583fc0fee97dbc55cd38b3388844c8 = '

Priority First Federal Credit Union

Address: 422 E Mahoning St, Punxsutawney, PA 15767, USA
Phone: (814) 618-5441
';var m_84583fc0fee97dbc55cd38b3388844c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Priority First Federal Credit Union',});m_84583fc0fee97dbc55cd38b3388844c8['infowindow'] = new google.maps.InfoWindow({content: $l84583fc0fee97dbc55cd38b3388844c8});var infowindow = new google.maps.InfoWindow({content: $l84583fc0fee97dbc55cd38b3388844c8});google.maps.event.addListener(m_84583fc0fee97dbc55cd38b3388844c8, 'click', function() {infowindow.open(map,m_84583fc0fee97dbc55cd38b3388844c8);});$marker.push(m_84583fc0fee97dbc55cd38b3388844c8);}});}google.maps.event.addDomListener(window, 'load', initialize);