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.0796,-74.9944)};var g_be6534833d70c9056185831475fd92a1 = new google.maps.Geocoder();g_be6534833d70c9056185831475fd92a1.geocode( { 'address': "15229 NY-30, Downsville, NY 13755, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downsville-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('downsville-NY-community-bank-na'), mapOptions);}document.getElementById('0e3de178').innerHTML += ' | View Map';var $lbe6534833d70c9056185831475fd92a1 = '

Community Bank, N.A.

Address: 15229 NY-30, Downsville, NY 13755, USA
Phone: (607) 363-7211
';var m_be6534833d70c9056185831475fd92a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_be6534833d70c9056185831475fd92a1['infowindow'] = new google.maps.InfoWindow({content: $lbe6534833d70c9056185831475fd92a1});var infowindow = new google.maps.InfoWindow({content: $lbe6534833d70c9056185831475fd92a1});google.maps.event.addListener(m_be6534833d70c9056185831475fd92a1, 'click', function() {infowindow.open(map,m_be6534833d70c9056185831475fd92a1);});$marker.push(m_be6534833d70c9056185831475fd92a1);}});}google.maps.event.addDomListener(window, 'load', initialize);