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(43.5678,-76.1272)};var g_33f5a538160521089ed5acc5d93f087d = new google.maps.Geocoder();g_33f5a538160521089ed5acc5d93f087d.geocode( { 'address': "4879 Jefferson St, Pulaski, NY 13142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pulaski-NY-nbt-bank-of-pulaski').style.display = '';map = new google.maps.Map(document.getElementById('pulaski-NY-nbt-bank-of-pulaski'), mapOptions);}document.getElementById('d0ef5ab3').innerHTML += ' | View Map';var $l33f5a538160521089ed5acc5d93f087d = '

NBT Bank of Pulaski

Address: 4879 Jefferson St, Pulaski, NY 13142, USA
Phone: (315) 298-5117
';var m_33f5a538160521089ed5acc5d93f087d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Pulaski',});m_33f5a538160521089ed5acc5d93f087d['infowindow'] = new google.maps.InfoWindow({content: $l33f5a538160521089ed5acc5d93f087d});var infowindow = new google.maps.InfoWindow({content: $l33f5a538160521089ed5acc5d93f087d});google.maps.event.addListener(m_33f5a538160521089ed5acc5d93f087d, 'click', function() {infowindow.open(map,m_33f5a538160521089ed5acc5d93f087d);});$marker.push(m_33f5a538160521089ed5acc5d93f087d);}});}google.maps.event.addDomListener(window, 'load', initialize);