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(40.9133,-74.1755)};var g_2d9a3e519c394e52e45c7dab97557ccc = new google.maps.Geocoder();g_2d9a3e519c394e52e45c7dab97557ccc.geocode( { 'address': "126 Market St, Paterson, NJ 07505"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paterson-NJ-north-jersey-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('paterson-NJ-north-jersey-federal-credit-union'), mapOptions);}document.getElementById('0c47e3fb').innerHTML += ' | View Map';var $l2d9a3e519c394e52e45c7dab97557ccc = '

North Jersey Federal Credit Union

Address: 126 Market St, Paterson, NJ 07505
Phone: (888) 786-5328
';var m_2d9a3e519c394e52e45c7dab97557ccc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Jersey Federal Credit Union',});m_2d9a3e519c394e52e45c7dab97557ccc['infowindow'] = new google.maps.InfoWindow({content: $l2d9a3e519c394e52e45c7dab97557ccc});var infowindow = new google.maps.InfoWindow({content: $l2d9a3e519c394e52e45c7dab97557ccc});google.maps.event.addListener(m_2d9a3e519c394e52e45c7dab97557ccc, 'click', function() {infowindow.open(map,m_2d9a3e519c394e52e45c7dab97557ccc);});$marker.push(m_2d9a3e519c394e52e45c7dab97557ccc);}});}google.maps.event.addDomListener(window, 'load', initialize);