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.7602,-77.2261)};var g_58abc13c25cee24517947428e362999c = new google.maps.Geocoder();g_58abc13c25cee24517947428e362999c.geocode( { 'address': "1 N Main St, Rushville, NY 14544, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rushville-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('rushville-NY-community-bank-na'), mapOptions);}document.getElementById('b4138ac8').innerHTML += ' | View Map';var $l58abc13c25cee24517947428e362999c = '

Community Bank, N.A.

Address: 1 N Main St, Rushville, NY 14544, USA
Phone: (585) 554-6322
';var m_58abc13c25cee24517947428e362999c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_58abc13c25cee24517947428e362999c['infowindow'] = new google.maps.InfoWindow({content: $l58abc13c25cee24517947428e362999c});var infowindow = new google.maps.InfoWindow({content: $l58abc13c25cee24517947428e362999c});google.maps.event.addListener(m_58abc13c25cee24517947428e362999c, 'click', function() {infowindow.open(map,m_58abc13c25cee24517947428e362999c);});$marker.push(m_58abc13c25cee24517947428e362999c);}});}google.maps.event.addDomListener(window, 'load', initialize);