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.3977,-79.8324)};var g_f93de28d9a9839c043f525890cb2f2fa = new google.maps.Geocoder();g_f93de28d9a9839c043f525890cb2f2fa.geocode( { 'address': "1313 Liberty St, Franklin, PA 16323, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-PA-galaxy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('franklin-PA-galaxy-federal-credit-union'), mapOptions);}document.getElementById('0e39293c').innerHTML += ' | View Map';var $lf93de28d9a9839c043f525890cb2f2fa = '

Galaxy Federal Credit Union

Address: 1313 Liberty St, Franklin, PA 16323, USA
Phone: (814) 432-1207
';var m_f93de28d9a9839c043f525890cb2f2fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Galaxy Federal Credit Union',});m_f93de28d9a9839c043f525890cb2f2fa['infowindow'] = new google.maps.InfoWindow({content: $lf93de28d9a9839c043f525890cb2f2fa});var infowindow = new google.maps.InfoWindow({content: $lf93de28d9a9839c043f525890cb2f2fa});google.maps.event.addListener(m_f93de28d9a9839c043f525890cb2f2fa, 'click', function() {infowindow.open(map,m_f93de28d9a9839c043f525890cb2f2fa);});$marker.push(m_f93de28d9a9839c043f525890cb2f2fa);}});}google.maps.event.addDomListener(window, 'load', initialize);