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.7844,-77.7047)};var g_951bb0a9f13d7f95c71852ab379862f1 = new google.maps.Geocoder();g_951bb0a9f13d7f95c71852ab379862f1.geocode( { 'address': "11125 Bemisderfer Rd, Greencastle, PA 17225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greencastle-PA-corning-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greencastle-PA-corning-credit-union'), mapOptions);}document.getElementById('509d8039').innerHTML += ' | View Map';var $l951bb0a9f13d7f95c71852ab379862f1 = '

Corning Credit Union

Address: 11125 Bemisderfer Rd, Greencastle, PA 17225, USA
Phone: (800) 677-8506
';var m_951bb0a9f13d7f95c71852ab379862f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Corning Credit Union',});m_951bb0a9f13d7f95c71852ab379862f1['infowindow'] = new google.maps.InfoWindow({content: $l951bb0a9f13d7f95c71852ab379862f1});var infowindow = new google.maps.InfoWindow({content: $l951bb0a9f13d7f95c71852ab379862f1});google.maps.event.addListener(m_951bb0a9f13d7f95c71852ab379862f1, 'click', function() {infowindow.open(map,m_951bb0a9f13d7f95c71852ab379862f1);});$marker.push(m_951bb0a9f13d7f95c71852ab379862f1);}});}google.maps.event.addDomListener(window, 'load', initialize);