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.9716,-75.9105)};var g_64dd6e0f4ca563e45794506298c29f2e = new google.maps.Geocoder();g_64dd6e0f4ca563e45794506298c29f2e.geocode( { 'address': "4, Dulles State Office, 317 Washington St, Watertown, NY 13601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-NY-state-civil-service-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('watertown-NY-state-civil-service-employees-federal-credit-union'), mapOptions);}document.getElementById('8633065f').innerHTML += ' | View Map';var $l64dd6e0f4ca563e45794506298c29f2e = '

State Civil Service Employees Federal Credit Union

Address: 4, Dulles State Office, 317 Washington St, Watertown, NY 13601, USA
Phone: (315) 785-2400
';var m_64dd6e0f4ca563e45794506298c29f2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Civil Service Employees Federal Credit Union',});m_64dd6e0f4ca563e45794506298c29f2e['infowindow'] = new google.maps.InfoWindow({content: $l64dd6e0f4ca563e45794506298c29f2e});var infowindow = new google.maps.InfoWindow({content: $l64dd6e0f4ca563e45794506298c29f2e});google.maps.event.addListener(m_64dd6e0f4ca563e45794506298c29f2e, 'click', function() {infowindow.open(map,m_64dd6e0f4ca563e45794506298c29f2e);});$marker.push(m_64dd6e0f4ca563e45794506298c29f2e);}});}google.maps.event.addDomListener(window, 'load', initialize);