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.9777,-76.6819)};var g_cc5e6ea489257071954680450fde4b4b = new google.maps.Geocoder();g_cc5e6ea489257071954680450fde4b4b.geocode( { 'address': "200 Memory Ln, York, PA 17402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('york-PA-new-cumberland-fcu').style.display = '';map = new google.maps.Map(document.getElementById('york-PA-new-cumberland-fcu'), mapOptions);}document.getElementById('c78e8018').innerHTML += ' | View Map';var $lcc5e6ea489257071954680450fde4b4b = '

New Cumberland FCU

Address: 200 Memory Ln, York, PA 17402, USA
Phone: (717) 757-1964
';var m_cc5e6ea489257071954680450fde4b4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Cumberland FCU',});m_cc5e6ea489257071954680450fde4b4b['infowindow'] = new google.maps.InfoWindow({content: $lcc5e6ea489257071954680450fde4b4b});var infowindow = new google.maps.InfoWindow({content: $lcc5e6ea489257071954680450fde4b4b});google.maps.event.addListener(m_cc5e6ea489257071954680450fde4b4b, 'click', function() {infowindow.open(map,m_cc5e6ea489257071954680450fde4b4b);});$marker.push(m_cc5e6ea489257071954680450fde4b4b);}});}google.maps.event.addDomListener(window, 'load', initialize);