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.9749,-75.9068)};var g_85182bc220f8259a1f93e445e8964f02 = new google.maps.Geocoder();g_85182bc220f8259a1f93e445e8964f02.geocode( { 'address': "120 Factory St, Watertown, NY 13601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-NY-northern-credit-union---factory-branch').style.display = '';map = new google.maps.Map(document.getElementById('watertown-NY-northern-credit-union---factory-branch'), mapOptions);}document.getElementById('645f4c85').innerHTML += ' | View Map';var $l85182bc220f8259a1f93e445e8964f02 = '

Northern Credit Union - Factory Branch

Address: 120 Factory St, Watertown, NY 13601, USA
Phone: (315) 782-0155
';var m_85182bc220f8259a1f93e445e8964f02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Credit Union - Factory Branch',});m_85182bc220f8259a1f93e445e8964f02['infowindow'] = new google.maps.InfoWindow({content: $l85182bc220f8259a1f93e445e8964f02});var infowindow = new google.maps.InfoWindow({content: $l85182bc220f8259a1f93e445e8964f02});google.maps.event.addListener(m_85182bc220f8259a1f93e445e8964f02, 'click', function() {infowindow.open(map,m_85182bc220f8259a1f93e445e8964f02);});$marker.push(m_85182bc220f8259a1f93e445e8964f02);}});}google.maps.event.addDomListener(window, 'load', initialize);