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.2368,-76.0812)};var g_858051f7f17eb19664e248c339290536 = new google.maps.Geocoder();g_858051f7f17eb19664e248c339290536.geocode( { 'address': "325 State St, Clayton, NY 13624, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-NY-carthage-savings').style.display = '';map = new google.maps.Map(document.getElementById('clayton-NY-carthage-savings'), mapOptions);}document.getElementById('f6a0f8a2').innerHTML += ' | View Map';var $l858051f7f17eb19664e248c339290536 = '

Carthage Savings

Address: 325 State St, Clayton, NY 13624, USA
Phone: (315) 686-4850
';var m_858051f7f17eb19664e248c339290536 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carthage Savings',});m_858051f7f17eb19664e248c339290536['infowindow'] = new google.maps.InfoWindow({content: $l858051f7f17eb19664e248c339290536});var infowindow = new google.maps.InfoWindow({content: $l858051f7f17eb19664e248c339290536});google.maps.event.addListener(m_858051f7f17eb19664e248c339290536, 'click', function() {infowindow.open(map,m_858051f7f17eb19664e248c339290536);});$marker.push(m_858051f7f17eb19664e248c339290536);}});}google.maps.event.addDomListener(window, 'load', initialize);