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.4906,-75.5525)};var g_64f9b199132a3f597af54f875ba0078d = new google.maps.Geocoder();g_64f9b199132a3f597af54f875ba0078d.geocode( { 'address': "3 Kennedy Dr, Archbald, PA 18403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('archbald-PA-nbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('archbald-PA-nbt-bank'), mapOptions);}document.getElementById('2a6a5a39').innerHTML += ' | View Map';var $l64f9b199132a3f597af54f875ba0078d = '

NBT Bank

Address: 3 Kennedy Dr, Archbald, PA 18403, USA
Phone: (570) 876-1480
';var m_64f9b199132a3f597af54f875ba0078d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank',});m_64f9b199132a3f597af54f875ba0078d['infowindow'] = new google.maps.InfoWindow({content: $l64f9b199132a3f597af54f875ba0078d});var infowindow = new google.maps.InfoWindow({content: $l64f9b199132a3f597af54f875ba0078d});google.maps.event.addListener(m_64f9b199132a3f597af54f875ba0078d, 'click', function() {infowindow.open(map,m_64f9b199132a3f597af54f875ba0078d);});$marker.push(m_64f9b199132a3f597af54f875ba0078d);}});}google.maps.event.addDomListener(window, 'load', initialize);