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()};var g_493a60bf6b8a9882908f0e15960fd628 = new google.maps.Geocoder();g_493a60bf6b8a9882908f0e15960fd628.geocode( { 'address': "685 Scranton Carbondale Hwy, Eynon, PA 18403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eynon-PA-nbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('eynon-PA-nbt-bank'), mapOptions);}document.getElementById('aa0605c7').innerHTML += ' | View Map';var $l493a60bf6b8a9882908f0e15960fd628 = '

Nbt Bank

Address: 685 Scranton Carbondale Hwy, Eynon, PA 18403
Phone: (570) 876-1637
';var m_493a60bf6b8a9882908f0e15960fd628 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nbt Bank',});m_493a60bf6b8a9882908f0e15960fd628['infowindow'] = new google.maps.InfoWindow({content: $l493a60bf6b8a9882908f0e15960fd628});var infowindow = new google.maps.InfoWindow({content: $l493a60bf6b8a9882908f0e15960fd628});google.maps.event.addListener(m_493a60bf6b8a9882908f0e15960fd628, 'click', function() {infowindow.open(map,m_493a60bf6b8a9882908f0e15960fd628);});$marker.push(m_493a60bf6b8a9882908f0e15960fd628);}});}google.maps.event.addDomListener(window, 'load', initialize);