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.9761,-75.9131)};var g_f2dc7a38207475730d5d89a73279e16a = new google.maps.Geocoder();g_f2dc7a38207475730d5d89a73279e16a.geocode( { 'address': "146 Arsenal St, Watertown, NY 13601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-NY-carthage-savings').style.display = '';map = new google.maps.Map(document.getElementById('watertown-NY-carthage-savings'), mapOptions);}document.getElementById('7ececf8c').innerHTML += ' | View Map';var $lf2dc7a38207475730d5d89a73279e16a = '

Carthage Savings

Address: 146 Arsenal St, Watertown, NY 13601, USA
Phone: (315) 779-9775
';var m_f2dc7a38207475730d5d89a73279e16a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carthage Savings',});m_f2dc7a38207475730d5d89a73279e16a['infowindow'] = new google.maps.InfoWindow({content: $lf2dc7a38207475730d5d89a73279e16a});var infowindow = new google.maps.InfoWindow({content: $lf2dc7a38207475730d5d89a73279e16a});google.maps.event.addListener(m_f2dc7a38207475730d5d89a73279e16a, 'click', function() {infowindow.open(map,m_f2dc7a38207475730d5d89a73279e16a);});$marker.push(m_f2dc7a38207475730d5d89a73279e16a);}});}google.maps.event.addDomListener(window, 'load', initialize);