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.1274,-76.0241)};var g_022d682784c20ccc9176ceff49b82c0b = new google.maps.Geocoder();g_022d682784c20ccc9176ceff49b82c0b.geocode( { 'address': "110 Marble Ave, East Earl, PA 17519"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-earl-PA-ephrata-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-earl-PA-ephrata-national-bank'), mapOptions);}document.getElementById('8360ac1a').innerHTML += ' | View Map';var $l022d682784c20ccc9176ceff49b82c0b = '

Ephrata National Bank

Address: 110 Marble Ave, East Earl, PA 17519
Phone: (717) 355-2867
';var m_022d682784c20ccc9176ceff49b82c0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ephrata National Bank',});m_022d682784c20ccc9176ceff49b82c0b['infowindow'] = new google.maps.InfoWindow({content: $l022d682784c20ccc9176ceff49b82c0b});var infowindow = new google.maps.InfoWindow({content: $l022d682784c20ccc9176ceff49b82c0b});google.maps.event.addListener(m_022d682784c20ccc9176ceff49b82c0b, 'click', function() {infowindow.open(map,m_022d682784c20ccc9176ceff49b82c0b);});$marker.push(m_022d682784c20ccc9176ceff49b82c0b);}});}google.maps.event.addDomListener(window, 'load', initialize);