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.1519,-80.1347)};var g_3747f433276ba0f90a534b5c54b3f7d0 = new google.maps.Geocoder();g_3747f433276ba0f90a534b5c54b3f7d0.geocode( { 'address': "1600 S Center St Ext, Grove City, PA 16127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grove-city-PA-grove-city-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('grove-city-PA-grove-city-federal-cu'), mapOptions);}document.getElementById('85a50e19').innerHTML += ' | View Map';var $l3747f433276ba0f90a534b5c54b3f7d0 = '

Grove City Federal Cu

Address: 1600 S Center St Ext, Grove City, PA 16127, USA
Phone: (724) 748-6091
';var m_3747f433276ba0f90a534b5c54b3f7d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grove City Federal Cu',});m_3747f433276ba0f90a534b5c54b3f7d0['infowindow'] = new google.maps.InfoWindow({content: $l3747f433276ba0f90a534b5c54b3f7d0});var infowindow = new google.maps.InfoWindow({content: $l3747f433276ba0f90a534b5c54b3f7d0});google.maps.event.addListener(m_3747f433276ba0f90a534b5c54b3f7d0, 'click', function() {infowindow.open(map,m_3747f433276ba0f90a534b5c54b3f7d0);});$marker.push(m_3747f433276ba0f90a534b5c54b3f7d0);}});}google.maps.event.addDomListener(window, 'load', initialize);