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(42.5399,-75.9026)};var g_9403e0b37889fbbac10892cb25d557cf = new google.maps.Geocoder();g_9403e0b37889fbbac10892cb25d557cf.geocode( { 'address': "2743 NY-26, Cincinnatus, NY 13040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnatus-NY-nbt-bank-of-cincinnatus').style.display = '';map = new google.maps.Map(document.getElementById('cincinnatus-NY-nbt-bank-of-cincinnatus'), mapOptions);}document.getElementById('1cfd3aec').innerHTML += ' | View Map';var $l9403e0b37889fbbac10892cb25d557cf = '

NBT Bank of Cincinnatus

Address: 2743 NY-26, Cincinnatus, NY 13040, USA
Phone: (607) 863-4100
';var m_9403e0b37889fbbac10892cb25d557cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Cincinnatus',});m_9403e0b37889fbbac10892cb25d557cf['infowindow'] = new google.maps.InfoWindow({content: $l9403e0b37889fbbac10892cb25d557cf});var infowindow = new google.maps.InfoWindow({content: $l9403e0b37889fbbac10892cb25d557cf});google.maps.event.addListener(m_9403e0b37889fbbac10892cb25d557cf, 'click', function() {infowindow.open(map,m_9403e0b37889fbbac10892cb25d557cf);});$marker.push(m_9403e0b37889fbbac10892cb25d557cf);}});}google.maps.event.addDomListener(window, 'load', initialize);