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.1485,-75.3152)};var g_3dcd76d261dd6f7d5a1cc7f8b4b9b6ee = new google.maps.Geocoder();g_3dcd76d261dd6f7d5a1cc7f8b4b9b6ee.geocode( { 'address': "14216 State St, Harrisville, NY 13648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisville-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('harrisville-NY-community-bank-na'), mapOptions);}document.getElementById('8b374669').innerHTML += ' | View Map';var $l3dcd76d261dd6f7d5a1cc7f8b4b9b6ee = '

Community Bank, N.A.

Address: 14216 State St, Harrisville, NY 13648, USA
Phone: (315) 543-2678
';var m_3dcd76d261dd6f7d5a1cc7f8b4b9b6ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_3dcd76d261dd6f7d5a1cc7f8b4b9b6ee['infowindow'] = new google.maps.InfoWindow({content: $l3dcd76d261dd6f7d5a1cc7f8b4b9b6ee});var infowindow = new google.maps.InfoWindow({content: $l3dcd76d261dd6f7d5a1cc7f8b4b9b6ee});google.maps.event.addListener(m_3dcd76d261dd6f7d5a1cc7f8b4b9b6ee, 'click', function() {infowindow.open(map,m_3dcd76d261dd6f7d5a1cc7f8b4b9b6ee);});$marker.push(m_3dcd76d261dd6f7d5a1cc7f8b4b9b6ee);}});}google.maps.event.addDomListener(window, 'load', initialize);