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.7108,-75.6735)};var g_c136bb626e2697d2d1bba2bd447277a1 = new google.maps.Geocoder();g_c136bb626e2697d2d1bba2bd447277a1.geocode( { 'address': "5910 PA-92, Kingsley, PA 18826, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingsley-PA-nbt-bank-of-lenox').style.display = '';map = new google.maps.Map(document.getElementById('kingsley-PA-nbt-bank-of-lenox'), mapOptions);}document.getElementById('cf17c914').innerHTML += ' | View Map';var $lc136bb626e2697d2d1bba2bd447277a1 = '

NBT Bank of Lenox

Address: 5910 PA-92, Kingsley, PA 18826, USA
Phone: (570) 222-3171
';var m_c136bb626e2697d2d1bba2bd447277a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Lenox',});m_c136bb626e2697d2d1bba2bd447277a1['infowindow'] = new google.maps.InfoWindow({content: $lc136bb626e2697d2d1bba2bd447277a1});var infowindow = new google.maps.InfoWindow({content: $lc136bb626e2697d2d1bba2bd447277a1});google.maps.event.addListener(m_c136bb626e2697d2d1bba2bd447277a1, 'click', function() {infowindow.open(map,m_c136bb626e2697d2d1bba2bd447277a1);});$marker.push(m_c136bb626e2697d2d1bba2bd447277a1);}});}google.maps.event.addDomListener(window, 'load', initialize);