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.9421,-77.6375)};var g_8c54a7fc28e51f7848876a4a90fbf0b2 = new google.maps.Geocoder();g_8c54a7fc28e51f7848876a4a90fbf0b2.geocode( { 'address': "800 Norland Ave, Chambersburg, PA 17201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chambersburg-PA-corning-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chambersburg-PA-corning-credit-union'), mapOptions);}document.getElementById('8ff085f8').innerHTML += ' | View Map';var $l8c54a7fc28e51f7848876a4a90fbf0b2 = '

Corning Credit Union

Address: 800 Norland Ave, Chambersburg, PA 17201, USA
Phone: (800) 677-8506
';var m_8c54a7fc28e51f7848876a4a90fbf0b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Corning Credit Union',});m_8c54a7fc28e51f7848876a4a90fbf0b2['infowindow'] = new google.maps.InfoWindow({content: $l8c54a7fc28e51f7848876a4a90fbf0b2});var infowindow = new google.maps.InfoWindow({content: $l8c54a7fc28e51f7848876a4a90fbf0b2});google.maps.event.addListener(m_8c54a7fc28e51f7848876a4a90fbf0b2, 'click', function() {infowindow.open(map,m_8c54a7fc28e51f7848876a4a90fbf0b2);});$marker.push(m_8c54a7fc28e51f7848876a4a90fbf0b2);}});}google.maps.event.addDomListener(window, 'load', initialize);