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.4222,-75.698)};var g_68c3d37500604595a58698e2fec6e875 = new google.maps.Geocoder();g_68c3d37500604595a58698e2fec6e875.geocode( { 'address': "130 N Keyser Ave, Scranton, PA 18504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scranton-PA-nbt-bank-of-scranton-keyser-valley').style.display = '';map = new google.maps.Map(document.getElementById('scranton-PA-nbt-bank-of-scranton-keyser-valley'), mapOptions);}document.getElementById('1df5ddbe').innerHTML += ' | View Map';var $l68c3d37500604595a58698e2fec6e875 = '

NBT Bank of Scranton (Keyser Valley)

Address: 130 N Keyser Ave, Scranton, PA 18504, USA
Phone: (570) 341-8100
';var m_68c3d37500604595a58698e2fec6e875 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Scranton (Keyser Valley)',});m_68c3d37500604595a58698e2fec6e875['infowindow'] = new google.maps.InfoWindow({content: $l68c3d37500604595a58698e2fec6e875});var infowindow = new google.maps.InfoWindow({content: $l68c3d37500604595a58698e2fec6e875});google.maps.event.addListener(m_68c3d37500604595a58698e2fec6e875, 'click', function() {infowindow.open(map,m_68c3d37500604595a58698e2fec6e875);});$marker.push(m_68c3d37500604595a58698e2fec6e875);}});}google.maps.event.addDomListener(window, 'load', initialize);