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.0683,-75.6022)};var g_df624627466cdd1d24cd7604d38a73b7 = new google.maps.Geocoder();g_df624627466cdd1d24cd7604d38a73b7.geocode( { 'address': "628 Sherrill Rd, Sherrill, NY 13461, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sherrill-NY-nbt-bank-of-sherrill').style.display = '';map = new google.maps.Map(document.getElementById('sherrill-NY-nbt-bank-of-sherrill'), mapOptions);}document.getElementById('9e679d95').innerHTML += ' | View Map';var $ldf624627466cdd1d24cd7604d38a73b7 = '

NBT Bank of Sherrill

Address: 628 Sherrill Rd, Sherrill, NY 13461, USA
Phone: (315) 363-5250
';var m_df624627466cdd1d24cd7604d38a73b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Sherrill',});m_df624627466cdd1d24cd7604d38a73b7['infowindow'] = new google.maps.InfoWindow({content: $ldf624627466cdd1d24cd7604d38a73b7});var infowindow = new google.maps.InfoWindow({content: $ldf624627466cdd1d24cd7604d38a73b7});google.maps.event.addListener(m_df624627466cdd1d24cd7604d38a73b7, 'click', function() {infowindow.open(map,m_df624627466cdd1d24cd7604d38a73b7);});$marker.push(m_df624627466cdd1d24cd7604d38a73b7);}});}google.maps.event.addDomListener(window, 'load', initialize);