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.9717,-75.9105)};var g_38d0de8f29a1326da65e1f48fa0474d5 = new google.maps.Geocoder();g_38d0de8f29a1326da65e1f48fa0474d5.geocode( { 'address': "317 Washington St # 4, Watertown, NY 13601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-NY-c-s-employees-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('watertown-NY-c-s-employees-federal-cu'), mapOptions);}document.getElementById('8c948ce6').innerHTML += ' | View Map';var $l38d0de8f29a1326da65e1f48fa0474d5 = '

C S Employees Federal CU

Address: 317 Washington St # 4, Watertown, NY 13601, USA
Phone: (315) 785-2400
';var m_38d0de8f29a1326da65e1f48fa0474d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C S Employees Federal CU',});m_38d0de8f29a1326da65e1f48fa0474d5['infowindow'] = new google.maps.InfoWindow({content: $l38d0de8f29a1326da65e1f48fa0474d5});var infowindow = new google.maps.InfoWindow({content: $l38d0de8f29a1326da65e1f48fa0474d5});google.maps.event.addListener(m_38d0de8f29a1326da65e1f48fa0474d5, 'click', function() {infowindow.open(map,m_38d0de8f29a1326da65e1f48fa0474d5);});$marker.push(m_38d0de8f29a1326da65e1f48fa0474d5);}});}google.maps.event.addDomListener(window, 'load', initialize);