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.1608,-80.0742)};var g_29579dfcbd167d2b02bffc1701879b39 = new google.maps.Geocoder();g_29579dfcbd167d2b02bffc1701879b39.geocode( { 'address': "1 Credit Union Way, 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-area-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grove-city-PA-grove-city-area-federal-credit-union'), mapOptions);}document.getElementById('6190555d').innerHTML += ' | View Map';var $l29579dfcbd167d2b02bffc1701879b39 = '

Grove City Area Federal Credit Union

Address: 1 Credit Union Way, Grove City, PA 16127, USA
Phone: (724) 458-7520
';var m_29579dfcbd167d2b02bffc1701879b39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grove City Area Federal Credit Union',});m_29579dfcbd167d2b02bffc1701879b39['infowindow'] = new google.maps.InfoWindow({content: $l29579dfcbd167d2b02bffc1701879b39});var infowindow = new google.maps.InfoWindow({content: $l29579dfcbd167d2b02bffc1701879b39});google.maps.event.addListener(m_29579dfcbd167d2b02bffc1701879b39, 'click', function() {infowindow.open(map,m_29579dfcbd167d2b02bffc1701879b39);});$marker.push(m_29579dfcbd167d2b02bffc1701879b39);}});}google.maps.event.addDomListener(window, 'load', initialize);