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(44.154,-75.0295)};var g_5eb3e77ccfa9cc06920dd982baa8315b = new google.maps.Geocoder();g_5eb3e77ccfa9cc06920dd982baa8315b.geocode( { 'address': "4091 State Highway 3, Star Lake, NY 13690"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('star-lake-NY-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('star-lake-NY-community-bank-na'), mapOptions);}document.getElementById('e3829a46').innerHTML += ' | View Map';var $l5eb3e77ccfa9cc06920dd982baa8315b = '

Community Bank NA

Address: 4091 State Highway 3, Star Lake, NY 13690
Phone: (315) 848-3344
';var m_5eb3e77ccfa9cc06920dd982baa8315b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank NA',});m_5eb3e77ccfa9cc06920dd982baa8315b['infowindow'] = new google.maps.InfoWindow({content: $l5eb3e77ccfa9cc06920dd982baa8315b});var infowindow = new google.maps.InfoWindow({content: $l5eb3e77ccfa9cc06920dd982baa8315b});google.maps.event.addListener(m_5eb3e77ccfa9cc06920dd982baa8315b, 'click', function() {infowindow.open(map,m_5eb3e77ccfa9cc06920dd982baa8315b);});$marker.push(m_5eb3e77ccfa9cc06920dd982baa8315b);}});}google.maps.event.addDomListener(window, 'load', initialize);