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.0838,-75.768)};var g_0ebffb73e257d1190853b416038b6d2c = new google.maps.Geocoder();g_0ebffb73e257d1190853b416038b6d2c.geocode( { 'address': "104 S Peterboro St, Canastota, NY 13032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canastota-NY-oneida-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('canastota-NY-oneida-savings-bank'), mapOptions);}document.getElementById('c1f88fff').innerHTML += ' | View Map';var $l0ebffb73e257d1190853b416038b6d2c = '

Oneida Savings Bank

Address: 104 S Peterboro St, Canastota, NY 13032
Phone: (315) 697-7450
';var m_0ebffb73e257d1190853b416038b6d2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oneida Savings Bank',});m_0ebffb73e257d1190853b416038b6d2c['infowindow'] = new google.maps.InfoWindow({content: $l0ebffb73e257d1190853b416038b6d2c});var infowindow = new google.maps.InfoWindow({content: $l0ebffb73e257d1190853b416038b6d2c});google.maps.event.addListener(m_0ebffb73e257d1190853b416038b6d2c, 'click', function() {infowindow.open(map,m_0ebffb73e257d1190853b416038b6d2c);});$marker.push(m_0ebffb73e257d1190853b416038b6d2c);}});}google.maps.event.addDomListener(window, 'load', initialize);