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.9685,-75.8778)};var g_1ded9a0e5796e4776060cb6288aa7590 = new google.maps.Geocoder();g_1ded9a0e5796e4776060cb6288aa7590.geocode( { 'address': "144 Eastern Blvd # 1, Watertown, NY 13601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-NY-united-neighbors-fcu').style.display = '';map = new google.maps.Map(document.getElementById('watertown-NY-united-neighbors-fcu'), mapOptions);}document.getElementById('9c0192b0').innerHTML += ' | View Map';var $l1ded9a0e5796e4776060cb6288aa7590 = '

United Neighbors FCU

Address: 144 Eastern Blvd # 1, Watertown, NY 13601, USA
Phone: (315) 782-6476
';var m_1ded9a0e5796e4776060cb6288aa7590 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Neighbors FCU',});m_1ded9a0e5796e4776060cb6288aa7590['infowindow'] = new google.maps.InfoWindow({content: $l1ded9a0e5796e4776060cb6288aa7590});var infowindow = new google.maps.InfoWindow({content: $l1ded9a0e5796e4776060cb6288aa7590});google.maps.event.addListener(m_1ded9a0e5796e4776060cb6288aa7590, 'click', function() {infowindow.open(map,m_1ded9a0e5796e4776060cb6288aa7590);});$marker.push(m_1ded9a0e5796e4776060cb6288aa7590);}});}google.maps.event.addDomListener(window, 'load', initialize);