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.3107,-78.0248)};var g_75e97099a364d359180be2e67912dc66 = new google.maps.Geocoder();g_75e97099a364d359180be2e67912dc66.geocode( { 'address': "32 W Main St, Angelica, NY 14709"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angelica-NY-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('angelica-NY-community-bank'), mapOptions);}document.getElementById('e38959dc').innerHTML += ' | View Map';var $l75e97099a364d359180be2e67912dc66 = '

Community Bank

Address: 32 W Main St, Angelica, NY 14709
Phone: (585) 466-7618
';var m_75e97099a364d359180be2e67912dc66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_75e97099a364d359180be2e67912dc66['infowindow'] = new google.maps.InfoWindow({content: $l75e97099a364d359180be2e67912dc66});var infowindow = new google.maps.InfoWindow({content: $l75e97099a364d359180be2e67912dc66});google.maps.event.addListener(m_75e97099a364d359180be2e67912dc66, 'click', function() {infowindow.open(map,m_75e97099a364d359180be2e67912dc66);});$marker.push(m_75e97099a364d359180be2e67912dc66);}});}google.maps.event.addDomListener(window, 'load', initialize);