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(41.3731,-75.6837)};var g_04ed2fc0c0ae8452b644eb22a4b610fb = new google.maps.Geocoder();g_04ed2fc0c0ae8452b644eb22a4b610fb.geocode( { 'address': "420 Davis St, Scranton, PA 18505"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scranton-PA-peoples-security-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('scranton-PA-peoples-security-bank-trust-co'), mapOptions);}document.getElementById('31bec006').innerHTML += ' | View Map';var $l04ed2fc0c0ae8452b644eb22a4b610fb = '

Peoples Security Bank & Trust Co

Address: 420 Davis St, Scranton, PA 18505
Phone: (570) 955-1883
';var m_04ed2fc0c0ae8452b644eb22a4b610fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Security Bank & Trust Co',});m_04ed2fc0c0ae8452b644eb22a4b610fb['infowindow'] = new google.maps.InfoWindow({content: $l04ed2fc0c0ae8452b644eb22a4b610fb});var infowindow = new google.maps.InfoWindow({content: $l04ed2fc0c0ae8452b644eb22a4b610fb});google.maps.event.addListener(m_04ed2fc0c0ae8452b644eb22a4b610fb, 'click', function() {infowindow.open(map,m_04ed2fc0c0ae8452b644eb22a4b610fb);});$marker.push(m_04ed2fc0c0ae8452b644eb22a4b610fb);}});}google.maps.event.addDomListener(window, 'load', initialize);