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.3516,-76.2129)};var g_add08f927c0dec3bdf1f6d3af8db187e = new google.maps.Geocoder();g_add08f927c0dec3bdf1f6d3af8db187e.geocode( { 'address': "25 E Main St, Newmanstown, PA 17073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newmanstown-PA-jonestown-bank--trust-co-jbt').style.display = '';map = new google.maps.Map(document.getElementById('newmanstown-PA-jonestown-bank--trust-co-jbt'), mapOptions);}document.getElementById('e749e605').innerHTML += ' | View Map';var $ladd08f927c0dec3bdf1f6d3af8db187e = '

Jonestown Bank & Trust Co. (JBT)

Address: 25 E Main St, Newmanstown, PA 17073, USA
Phone: (610) 589-1234
';var m_add08f927c0dec3bdf1f6d3af8db187e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jonestown Bank & Trust Co. (JBT)',});m_add08f927c0dec3bdf1f6d3af8db187e['infowindow'] = new google.maps.InfoWindow({content: $ladd08f927c0dec3bdf1f6d3af8db187e});var infowindow = new google.maps.InfoWindow({content: $ladd08f927c0dec3bdf1f6d3af8db187e});google.maps.event.addListener(m_add08f927c0dec3bdf1f6d3af8db187e, 'click', function() {infowindow.open(map,m_add08f927c0dec3bdf1f6d3af8db187e);});$marker.push(m_add08f927c0dec3bdf1f6d3af8db187e);}});}google.maps.event.addDomListener(window, 'load', initialize);