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.8196,-74.163)};var g_188001cc2188fd200c43e2ccc15619b9 = new google.maps.Geocoder();g_188001cc2188fd200c43e2ccc15619b9.geocode( { 'address': "536 Washington Ave, Nutley, NJ 07110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nutley-NJ-proponent-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('nutley-NJ-proponent-federal-credit-union'), mapOptions);}document.getElementById('e0b8e2ad').innerHTML += ' | View Map';var $l188001cc2188fd200c43e2ccc15619b9 = '

Proponent Federal Credit Union

Address: 536 Washington Ave, Nutley, NJ 07110
Phone: (973) 338-1133
';var m_188001cc2188fd200c43e2ccc15619b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Proponent Federal Credit Union',});m_188001cc2188fd200c43e2ccc15619b9['infowindow'] = new google.maps.InfoWindow({content: $l188001cc2188fd200c43e2ccc15619b9});var infowindow = new google.maps.InfoWindow({content: $l188001cc2188fd200c43e2ccc15619b9});google.maps.event.addListener(m_188001cc2188fd200c43e2ccc15619b9, 'click', function() {infowindow.open(map,m_188001cc2188fd200c43e2ccc15619b9);});$marker.push(m_188001cc2188fd200c43e2ccc15619b9);}});}google.maps.event.addDomListener(window, 'load', initialize);