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.749,-74.9932)};var g_34fd0bc151761f2495a7470c6d9f6187 = new google.maps.Geocoder();g_34fd0bc151761f2495a7470c6d9f6187.geocode( { 'address': "28 S Main St, Norwood, NY 13668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwood-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('norwood-NY-community-bank-na'), mapOptions);}document.getElementById('8f7d1735').innerHTML += ' | View Map';var $l34fd0bc151761f2495a7470c6d9f6187 = '

Community Bank, N.A.

Address: 28 S Main St, Norwood, NY 13668, USA
Phone: (315) 353-6682
';var m_34fd0bc151761f2495a7470c6d9f6187 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_34fd0bc151761f2495a7470c6d9f6187['infowindow'] = new google.maps.InfoWindow({content: $l34fd0bc151761f2495a7470c6d9f6187});var infowindow = new google.maps.InfoWindow({content: $l34fd0bc151761f2495a7470c6d9f6187});google.maps.event.addListener(m_34fd0bc151761f2495a7470c6d9f6187, 'click', function() {infowindow.open(map,m_34fd0bc151761f2495a7470c6d9f6187);});$marker.push(m_34fd0bc151761f2495a7470c6d9f6187);}});}google.maps.event.addDomListener(window, 'load', initialize);