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.8891,-74.2299)};var g_658688db4a668cdd27daf57cdde62380 = new google.maps.Geocoder();g_658688db4a668cdd27daf57cdde62380.geocode( { 'address': "711 Union Blvd, Totowa, NJ 07512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('totowa-NJ-north-jersey-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('totowa-NJ-north-jersey-federal-cu'), mapOptions);}document.getElementById('3ddbdca3').innerHTML += ' | View Map';var $l658688db4a668cdd27daf57cdde62380 = '

North Jersey Federal CU

Address: 711 Union Blvd, Totowa, NJ 07512, USA
Phone: (973) 785-9200
';var m_658688db4a668cdd27daf57cdde62380 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Jersey Federal CU',});m_658688db4a668cdd27daf57cdde62380['infowindow'] = new google.maps.InfoWindow({content: $l658688db4a668cdd27daf57cdde62380});var infowindow = new google.maps.InfoWindow({content: $l658688db4a668cdd27daf57cdde62380});google.maps.event.addListener(m_658688db4a668cdd27daf57cdde62380, 'click', function() {infowindow.open(map,m_658688db4a668cdd27daf57cdde62380);});$marker.push(m_658688db4a668cdd27daf57cdde62380);}});}google.maps.event.addDomListener(window, 'load', initialize);