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.308,-78.9411)};var g_fa7fdeb5c05b708e5614c7e8cdb1c34d = new google.maps.Geocoder();g_fa7fdeb5c05b708e5614c7e8cdb1c34d.geocode( { 'address': "307 State St, Johnstown, PA 15905, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnstown-PA-pacoe-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('johnstown-PA-pacoe-federal-credit-union'), mapOptions);}document.getElementById('330e9be8').innerHTML += ' | View Map';var $lfa7fdeb5c05b708e5614c7e8cdb1c34d = '

Pacoe Federal Credit Union

Address: 307 State St, Johnstown, PA 15905, USA
Phone: (814) 255-1876
';var m_fa7fdeb5c05b708e5614c7e8cdb1c34d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacoe Federal Credit Union',});m_fa7fdeb5c05b708e5614c7e8cdb1c34d['infowindow'] = new google.maps.InfoWindow({content: $lfa7fdeb5c05b708e5614c7e8cdb1c34d});var infowindow = new google.maps.InfoWindow({content: $lfa7fdeb5c05b708e5614c7e8cdb1c34d});google.maps.event.addListener(m_fa7fdeb5c05b708e5614c7e8cdb1c34d, 'click', function() {infowindow.open(map,m_fa7fdeb5c05b708e5614c7e8cdb1c34d);});$marker.push(m_fa7fdeb5c05b708e5614c7e8cdb1c34d);}});}google.maps.event.addDomListener(window, 'load', initialize);