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.2393,-76.0805)};var g_19db33a7920e55ba3a32ab69d87f65b8 = new google.maps.Geocoder();g_19db33a7920e55ba3a32ab69d87f65b8.geocode( { 'address': "325 State St, Clayton, NY 13624"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-NY-carthage-savings-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('clayton-NY-carthage-savings-loan-association'), mapOptions);}document.getElementById('5c949440').innerHTML += ' | View Map';var $l19db33a7920e55ba3a32ab69d87f65b8 = '

Carthage Savings & Loan Association

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