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.3272,-75.7441)};var g_af363449e6605ee02d7d3d77a30da634 = new google.maps.Geocoder();g_af363449e6605ee02d7d3d77a30da634.geocode( { 'address': "41 Harden Blvd, Camden, NY 13316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('camden-NY-community-bank-na'), mapOptions);}document.getElementById('95342f29').innerHTML += ' | View Map';var $laf363449e6605ee02d7d3d77a30da634 = '

Community Bank, N.A.

Address: 41 Harden Blvd, Camden, NY 13316, USA
Phone: (315) 245-4200
';var m_af363449e6605ee02d7d3d77a30da634 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_af363449e6605ee02d7d3d77a30da634['infowindow'] = new google.maps.InfoWindow({content: $laf363449e6605ee02d7d3d77a30da634});var infowindow = new google.maps.InfoWindow({content: $laf363449e6605ee02d7d3d77a30da634});google.maps.event.addListener(m_af363449e6605ee02d7d3d77a30da634, 'click', function() {infowindow.open(map,m_af363449e6605ee02d7d3d77a30da634);});$marker.push(m_af363449e6605ee02d7d3d77a30da634);}});}google.maps.event.addDomListener(window, 'load', initialize);