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.2583,-75.8934)};var g_d81f7cb31e1303ec1a0125dc42571837 = new google.maps.Geocoder();g_d81f7cb31e1303ec1a0125dc42571837.geocode( { 'address': "455 Market St, Kingston, PA 18704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-PA-nbt-bank-of-kingston').style.display = '';map = new google.maps.Map(document.getElementById('kingston-PA-nbt-bank-of-kingston'), mapOptions);}document.getElementById('ea756fac').innerHTML += ' | View Map';var $ld81f7cb31e1303ec1a0125dc42571837 = '

NBT Bank of Kingston

Address: 455 Market St, Kingston, PA 18704, USA
Phone: (570) 288-7070
';var m_d81f7cb31e1303ec1a0125dc42571837 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Kingston',});m_d81f7cb31e1303ec1a0125dc42571837['infowindow'] = new google.maps.InfoWindow({content: $ld81f7cb31e1303ec1a0125dc42571837});var infowindow = new google.maps.InfoWindow({content: $ld81f7cb31e1303ec1a0125dc42571837});google.maps.event.addListener(m_d81f7cb31e1303ec1a0125dc42571837, 'click', function() {infowindow.open(map,m_d81f7cb31e1303ec1a0125dc42571837);});$marker.push(m_d81f7cb31e1303ec1a0125dc42571837);}});}google.maps.event.addDomListener(window, 'load', initialize);