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.5961,-78.9413)};var g_8ad8a89e7586eeaf7721381bd4a9973f = new google.maps.Geocoder();g_8ad8a89e7586eeaf7721381bd4a9973f.geocode( { 'address': "10490 Main St, North Collins, NY 14111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-collins-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('north-collins-NY-community-bank-na'), mapOptions);}document.getElementById('9f1882da').innerHTML += ' | View Map';var $l8ad8a89e7586eeaf7721381bd4a9973f = '

Community Bank, N.A.

Address: 10490 Main St, North Collins, NY 14111, USA
Phone: (716) 337-3166
';var m_8ad8a89e7586eeaf7721381bd4a9973f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_8ad8a89e7586eeaf7721381bd4a9973f['infowindow'] = new google.maps.InfoWindow({content: $l8ad8a89e7586eeaf7721381bd4a9973f});var infowindow = new google.maps.InfoWindow({content: $l8ad8a89e7586eeaf7721381bd4a9973f});google.maps.event.addListener(m_8ad8a89e7586eeaf7721381bd4a9973f, 'click', function() {infowindow.open(map,m_8ad8a89e7586eeaf7721381bd4a9973f);});$marker.push(m_8ad8a89e7586eeaf7721381bd4a9973f);}});}google.maps.event.addDomListener(window, 'load', initialize);