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.7818,-75.4738)};var g_99fd22fd2cba974d8bba5d4195b84aed = new google.maps.Geocoder();g_99fd22fd2cba974d8bba5d4195b84aed.geocode( { 'address': "5801 Number 4 Rd, Lowville, NY 13367, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowville-NY-northern-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lowville-NY-northern-federal-credit-union'), mapOptions);}document.getElementById('1a0aebf7').innerHTML += ' | View Map';var $l99fd22fd2cba974d8bba5d4195b84aed = '

Northern Federal Credit Union

Address: 5801 Number 4 Rd, Lowville, NY 13367, USA
Phone: (315) 376-7303
';var m_99fd22fd2cba974d8bba5d4195b84aed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Federal Credit Union',});m_99fd22fd2cba974d8bba5d4195b84aed['infowindow'] = new google.maps.InfoWindow({content: $l99fd22fd2cba974d8bba5d4195b84aed});var infowindow = new google.maps.InfoWindow({content: $l99fd22fd2cba974d8bba5d4195b84aed});google.maps.event.addListener(m_99fd22fd2cba974d8bba5d4195b84aed, 'click', function() {infowindow.open(map,m_99fd22fd2cba974d8bba5d4195b84aed);});$marker.push(m_99fd22fd2cba974d8bba5d4195b84aed);}});}google.maps.event.addDomListener(window, 'load', initialize);