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.8096,-76.0216)};var g_a9c1b220b2a3e5217ea5951db0efec4d = new google.maps.Geocoder();g_a9c1b220b2a3e5217ea5951db0efec4d.geocode( { 'address': "26 E Church St, Adams, NY 13605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adams-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('adams-NY-community-bank-na'), mapOptions);}document.getElementById('cf313f1b').innerHTML += ' | View Map';var $la9c1b220b2a3e5217ea5951db0efec4d = '

Community Bank, N.A.

Address: 26 E Church St, Adams, NY 13605, USA
Phone: (315) 232-3355
';var m_a9c1b220b2a3e5217ea5951db0efec4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_a9c1b220b2a3e5217ea5951db0efec4d['infowindow'] = new google.maps.InfoWindow({content: $la9c1b220b2a3e5217ea5951db0efec4d});var infowindow = new google.maps.InfoWindow({content: $la9c1b220b2a3e5217ea5951db0efec4d});google.maps.event.addListener(m_a9c1b220b2a3e5217ea5951db0efec4d, 'click', function() {infowindow.open(map,m_a9c1b220b2a3e5217ea5951db0efec4d);});$marker.push(m_a9c1b220b2a3e5217ea5951db0efec4d);}});}google.maps.event.addDomListener(window, 'load', initialize);