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.5985,-77.5706)};var g_6f810c98d58784c586f4b942f7d67256 = new google.maps.Geocoder();g_6f810c98d58784c586f4b942f7d67256.geocode( { 'address': "23 S Dorcas St, Lewistown, PA 17044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewistown-PA-first-area-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lewistown-PA-first-area-federal-credit-union'), mapOptions);}document.getElementById('22cd81fd').innerHTML += ' | View Map';var $l6f810c98d58784c586f4b942f7d67256 = '

First Area Federal Credit Union

Address: 23 S Dorcas St, Lewistown, PA 17044, USA
Phone: (717) 248-5103
';var m_6f810c98d58784c586f4b942f7d67256 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Area Federal Credit Union',});m_6f810c98d58784c586f4b942f7d67256['infowindow'] = new google.maps.InfoWindow({content: $l6f810c98d58784c586f4b942f7d67256});var infowindow = new google.maps.InfoWindow({content: $l6f810c98d58784c586f4b942f7d67256});google.maps.event.addListener(m_6f810c98d58784c586f4b942f7d67256, 'click', function() {infowindow.open(map,m_6f810c98d58784c586f4b942f7d67256);});$marker.push(m_6f810c98d58784c586f4b942f7d67256);}});}google.maps.event.addDomListener(window, 'load', initialize);