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.151,-76.2076)};var g_9688c999c6508777280b6e8074ad82fa = new google.maps.Geocoder();g_9688c999c6508777280b6e8074ad82fa.geocode( { 'address': "351 S 7th St, Akron, PA 17501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-PA-ephrata-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('akron-PA-ephrata-national-bank'), mapOptions);}document.getElementById('ada67921').innerHTML += ' | View Map';var $l9688c999c6508777280b6e8074ad82fa = '

Ephrata National Bank

Address: 351 S 7th St, Akron, PA 17501, USA
Phone: (717) 859-4122
';var m_9688c999c6508777280b6e8074ad82fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ephrata National Bank',});m_9688c999c6508777280b6e8074ad82fa['infowindow'] = new google.maps.InfoWindow({content: $l9688c999c6508777280b6e8074ad82fa});var infowindow = new google.maps.InfoWindow({content: $l9688c999c6508777280b6e8074ad82fa});google.maps.event.addListener(m_9688c999c6508777280b6e8074ad82fa, 'click', function() {infowindow.open(map,m_9688c999c6508777280b6e8074ad82fa);});$marker.push(m_9688c999c6508777280b6e8074ad82fa);}});}google.maps.event.addDomListener(window, 'load', initialize);