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(39.8739,-76.8651)};var g_a2c69aa3f036dbf8dfec37096962447a = new google.maps.Geocoder();g_a2c69aa3f036dbf8dfec37096962447a.geocode( { 'address': "53 S Main St, Spring Grove, PA 17362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-grove-PA-glatco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spring-grove-PA-glatco-credit-union'), mapOptions);}document.getElementById('72bf449a').innerHTML += ' | View Map';var $la2c69aa3f036dbf8dfec37096962447a = '

Glatco Credit Union

Address: 53 S Main St, Spring Grove, PA 17362, USA
Phone: (717) 225-4548
';var m_a2c69aa3f036dbf8dfec37096962447a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glatco Credit Union',});m_a2c69aa3f036dbf8dfec37096962447a['infowindow'] = new google.maps.InfoWindow({content: $la2c69aa3f036dbf8dfec37096962447a});var infowindow = new google.maps.InfoWindow({content: $la2c69aa3f036dbf8dfec37096962447a});google.maps.event.addListener(m_a2c69aa3f036dbf8dfec37096962447a, 'click', function() {infowindow.open(map,m_a2c69aa3f036dbf8dfec37096962447a);});$marker.push(m_a2c69aa3f036dbf8dfec37096962447a);}});}google.maps.event.addDomListener(window, 'load', initialize);