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(44.4661,-75.2305)};var g_4430334806f4edc3650cb81253b5b3fd = new google.maps.Geocoder();g_4430334806f4edc3650cb81253b5b3fd.geocode( { 'address': "111 Church St, Hermon, NY 13652, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hermon-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('hermon-NY-community-bank-na'), mapOptions);}document.getElementById('35c78378').innerHTML += ' | View Map';var $l4430334806f4edc3650cb81253b5b3fd = '

Community Bank, N.A.

Address: 111 Church St, Hermon, NY 13652, USA
Phone: (315) 347-2141
';var m_4430334806f4edc3650cb81253b5b3fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_4430334806f4edc3650cb81253b5b3fd['infowindow'] = new google.maps.InfoWindow({content: $l4430334806f4edc3650cb81253b5b3fd});var infowindow = new google.maps.InfoWindow({content: $l4430334806f4edc3650cb81253b5b3fd});google.maps.event.addListener(m_4430334806f4edc3650cb81253b5b3fd, 'click', function() {infowindow.open(map,m_4430334806f4edc3650cb81253b5b3fd);});$marker.push(m_4430334806f4edc3650cb81253b5b3fd);}});}google.maps.event.addDomListener(window, 'load', initialize);