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.0691,-75.7601)};var g_95a657deb7cc6ae0abe7f0cc5a13d366 = new google.maps.Geocoder();g_95a657deb7cc6ae0abe7f0cc5a13d366.geocode( { 'address': "3273 Seneca Turnpike, Canastota, NY 13032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canastota-NY-nbt-bank-of-canastota').style.display = '';map = new google.maps.Map(document.getElementById('canastota-NY-nbt-bank-of-canastota'), mapOptions);}document.getElementById('3fad364f').innerHTML += ' | View Map';var $l95a657deb7cc6ae0abe7f0cc5a13d366 = '

NBT Bank of Canastota

Address: 3273 Seneca Turnpike, Canastota, NY 13032, USA
Phone: (315) 697-2231
';var m_95a657deb7cc6ae0abe7f0cc5a13d366 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Canastota',});m_95a657deb7cc6ae0abe7f0cc5a13d366['infowindow'] = new google.maps.InfoWindow({content: $l95a657deb7cc6ae0abe7f0cc5a13d366});var infowindow = new google.maps.InfoWindow({content: $l95a657deb7cc6ae0abe7f0cc5a13d366});google.maps.event.addListener(m_95a657deb7cc6ae0abe7f0cc5a13d366, 'click', function() {infowindow.open(map,m_95a657deb7cc6ae0abe7f0cc5a13d366);});$marker.push(m_95a657deb7cc6ae0abe7f0cc5a13d366);}});}google.maps.event.addDomListener(window, 'load', initialize);