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.8568,-74.1285)};var g_a5c9cb266bd70020a870cd8990309e3d = new google.maps.Geocoder();g_a5c9cb266bd70020a870cd8990309e3d.geocode( { 'address': "Passaic, NJ 07055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('passaic-NJ-self-reliance-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('passaic-NJ-self-reliance-federal-credit-union'), mapOptions);}document.getElementById('3f2a3472').innerHTML += ' | View Map';var $la5c9cb266bd70020a870cd8990309e3d = '

Self Reliance Federal Credit Union

Address: Passaic, NJ 07055, USA
Phone: (973) 772-0620
';var m_a5c9cb266bd70020a870cd8990309e3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Self Reliance Federal Credit Union',});m_a5c9cb266bd70020a870cd8990309e3d['infowindow'] = new google.maps.InfoWindow({content: $la5c9cb266bd70020a870cd8990309e3d});var infowindow = new google.maps.InfoWindow({content: $la5c9cb266bd70020a870cd8990309e3d});google.maps.event.addListener(m_a5c9cb266bd70020a870cd8990309e3d, 'click', function() {infowindow.open(map,m_a5c9cb266bd70020a870cd8990309e3d);});$marker.push(m_a5c9cb266bd70020a870cd8990309e3d);}});}google.maps.event.addDomListener(window, 'load', initialize);