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.1202,-76.0434)};var g_cbaf8da430f436f4d7231a9dcfd48c16 = new google.maps.Geocoder();g_cbaf8da430f436f4d7231a9dcfd48c16.geocode( { 'address': "110 Marble Ave, East Earl, PA 17519, USA"}, 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('89748c70').innerHTML += ' | View Map';var $lcbaf8da430f436f4d7231a9dcfd48c16 = '

Ephrata National Bank

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