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.1738,-76.3767)};var g_148458c9b90d44aee1d29fe82d573611 = new google.maps.Geocoder();g_148458c9b90d44aee1d29fe82d573611.geocode( { 'address': "1 N Penryn Rd, Manheim, PA 17545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manheim-PA-ephrata-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('manheim-PA-ephrata-national-bank'), mapOptions);}document.getElementById('43935bd5').innerHTML += ' | View Map';var $l148458c9b90d44aee1d29fe82d573611 = '

Ephrata National Bank

Address: 1 N Penryn Rd, Manheim, PA 17545, USA
Phone: (717) 665-0266
';var m_148458c9b90d44aee1d29fe82d573611 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ephrata National Bank',});m_148458c9b90d44aee1d29fe82d573611['infowindow'] = new google.maps.InfoWindow({content: $l148458c9b90d44aee1d29fe82d573611});var infowindow = new google.maps.InfoWindow({content: $l148458c9b90d44aee1d29fe82d573611});google.maps.event.addListener(m_148458c9b90d44aee1d29fe82d573611, 'click', function() {infowindow.open(map,m_148458c9b90d44aee1d29fe82d573611);});$marker.push(m_148458c9b90d44aee1d29fe82d573611);}});}google.maps.event.addDomListener(window, 'load', initialize);