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(43.6198,-75.3633)};var g_e1810d6a235e1a531ed9ada0db549fbc = new google.maps.Geocoder();g_e1810d6a235e1a531ed9ada0db549fbc.geocode( { 'address': "4116 Center St, Lyons Falls, NY 13368, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyons-falls-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('lyons-falls-NY-community-bank-na'), mapOptions);}document.getElementById('bfb386af').innerHTML += ' | View Map';var $le1810d6a235e1a531ed9ada0db549fbc = '

Community Bank, N.A.

Address: 4116 Center St, Lyons Falls, NY 13368, USA
Phone: (315) 348-8431
';var m_e1810d6a235e1a531ed9ada0db549fbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank, N.A.',});m_e1810d6a235e1a531ed9ada0db549fbc['infowindow'] = new google.maps.InfoWindow({content: $le1810d6a235e1a531ed9ada0db549fbc});var infowindow = new google.maps.InfoWindow({content: $le1810d6a235e1a531ed9ada0db549fbc});google.maps.event.addListener(m_e1810d6a235e1a531ed9ada0db549fbc, 'click', function() {infowindow.open(map,m_e1810d6a235e1a531ed9ada0db549fbc);});$marker.push(m_e1810d6a235e1a531ed9ada0db549fbc);}});}google.maps.event.addDomListener(window, 'load', initialize);