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.549,-74.8238)};var g_09924f6e3afce42fe947a40aff70dacb = new google.maps.Geocoder();g_09924f6e3afce42fe947a40aff70dacb.geocode( { 'address': "101 Main St, Schenevus, NY 12155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schenevus-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('schenevus-NY-community-bank-na'), mapOptions);}document.getElementById('4c9ecc0b').innerHTML += ' | View Map';var $l09924f6e3afce42fe947a40aff70dacb = '

Community Bank, N.A.

Address: 101 Main St, Schenevus, NY 12155, USA
Phone: (607) 638-5821
';var m_09924f6e3afce42fe947a40aff70dacb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_09924f6e3afce42fe947a40aff70dacb['infowindow'] = new google.maps.InfoWindow({content: $l09924f6e3afce42fe947a40aff70dacb});var infowindow = new google.maps.InfoWindow({content: $l09924f6e3afce42fe947a40aff70dacb});google.maps.event.addListener(m_09924f6e3afce42fe947a40aff70dacb, 'click', function() {infowindow.open(map,m_09924f6e3afce42fe947a40aff70dacb);});$marker.push(m_09924f6e3afce42fe947a40aff70dacb);}});}google.maps.event.addDomListener(window, 'load', initialize);