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.3388,-76.4678)};var g_7e04e496f1cf3896708f48127a7b65de = new google.maps.Geocoder();g_7e04e496f1cf3896708f48127a7b65de.geocode( { 'address': "421 E Penn Ave, Cleona, PA 17042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleona-PA-jonestown-bank--trust-co-jbt').style.display = '';map = new google.maps.Map(document.getElementById('cleona-PA-jonestown-bank--trust-co-jbt'), mapOptions);}document.getElementById('760129d5').innerHTML += ' | View Map';var $l7e04e496f1cf3896708f48127a7b65de = '

Jonestown Bank & Trust Co. (JBT)

Address: 421 E Penn Ave, Cleona, PA 17042, USA
Phone: (717) 279-7655
';var m_7e04e496f1cf3896708f48127a7b65de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jonestown Bank & Trust Co. (JBT)',});m_7e04e496f1cf3896708f48127a7b65de['infowindow'] = new google.maps.InfoWindow({content: $l7e04e496f1cf3896708f48127a7b65de});var infowindow = new google.maps.InfoWindow({content: $l7e04e496f1cf3896708f48127a7b65de});google.maps.event.addListener(m_7e04e496f1cf3896708f48127a7b65de, 'click', function() {infowindow.open(map,m_7e04e496f1cf3896708f48127a7b65de);});$marker.push(m_7e04e496f1cf3896708f48127a7b65de);}});}google.maps.event.addDomListener(window, 'load', initialize);