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(40.2269,-76.7629)};var g_2439d0b75e1c62d18809a795a250a615 = new google.maps.Geocoder();g_2439d0b75e1c62d18809a795a250a615.geocode( { 'address': "1201 Fulling Mill Rd, Middletown, PA 17057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-PA-mid-atlantic-corporate-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('middletown-PA-mid-atlantic-corporate-federal-credit-union'), mapOptions);}document.getElementById('9c73eab4').innerHTML += ' | View Map';var $l2439d0b75e1c62d18809a795a250a615 = '

Mid-Atlantic Corporate Federal Credit Union

Address: 1201 Fulling Mill Rd, Middletown, PA 17057, USA
Phone: (717) 985-3300
';var m_2439d0b75e1c62d18809a795a250a615 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid-Atlantic Corporate Federal Credit Union',});m_2439d0b75e1c62d18809a795a250a615['infowindow'] = new google.maps.InfoWindow({content: $l2439d0b75e1c62d18809a795a250a615});var infowindow = new google.maps.InfoWindow({content: $l2439d0b75e1c62d18809a795a250a615});google.maps.event.addListener(m_2439d0b75e1c62d18809a795a250a615, 'click', function() {infowindow.open(map,m_2439d0b75e1c62d18809a795a250a615);});$marker.push(m_2439d0b75e1c62d18809a795a250a615);}});}google.maps.event.addDomListener(window, 'load', initialize);