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(42.6575,-77.4138)};var g_ab299a82851d8268b745d90f34c75769 = new google.maps.Geocoder();g_ab299a82851d8268b745d90f34c75769.geocode( { 'address': "109 S Main St, Naples, NY 14512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-NY-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('naples-NY-community-bank'), mapOptions);}document.getElementById('9e00e7d9').innerHTML += ' | View Map';var $lab299a82851d8268b745d90f34c75769 = '

Community Bank

Address: 109 S Main St, Naples, NY 14512
Phone: (585) 374-2827
';var m_ab299a82851d8268b745d90f34c75769 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_ab299a82851d8268b745d90f34c75769['infowindow'] = new google.maps.InfoWindow({content: $lab299a82851d8268b745d90f34c75769});var infowindow = new google.maps.InfoWindow({content: $lab299a82851d8268b745d90f34c75769});google.maps.event.addListener(m_ab299a82851d8268b745d90f34c75769, 'click', function() {infowindow.open(map,m_ab299a82851d8268b745d90f34c75769);});$marker.push(m_ab299a82851d8268b745d90f34c75769);}});}google.maps.event.addDomListener(window, 'load', initialize);