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.9658,-75.8775)};var g_a9136794e5b084c915b1470232654802 = new google.maps.Geocoder();g_a9136794e5b084c915b1470232654802.geocode( { 'address': "1833 State St, Watertown, NY 13601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-NY-watertown-savings-bank---ny').style.display = '';map = new google.maps.Map(document.getElementById('watertown-NY-watertown-savings-bank---ny'), mapOptions);}document.getElementById('2fee50fd').innerHTML += ' | View Map';var $la9136794e5b084c915b1470232654802 = '

Watertown Savings Bank - NY

Address: 1833 State St, Watertown, NY 13601, USA
Phone: (315) 788-3790
';var m_a9136794e5b084c915b1470232654802 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Watertown Savings Bank - NY',});m_a9136794e5b084c915b1470232654802['infowindow'] = new google.maps.InfoWindow({content: $la9136794e5b084c915b1470232654802});var infowindow = new google.maps.InfoWindow({content: $la9136794e5b084c915b1470232654802});google.maps.event.addListener(m_a9136794e5b084c915b1470232654802, 'click', function() {infowindow.open(map,m_a9136794e5b084c915b1470232654802);});$marker.push(m_a9136794e5b084c915b1470232654802);}});}google.maps.event.addDomListener(window, 'load', initialize);