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.9478,-74.0701)};var g_943443da3c335a5a9f1b1a02e541d967 = new google.maps.Geocoder();g_943443da3c335a5a9f1b1a02e541d967.geocode( { 'address': "40 W Century Rd, Paramus, NJ 07652"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paramus-NJ-greater-alliance-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('paramus-NJ-greater-alliance-federal-credit-union'), mapOptions);}document.getElementById('06e7f487').innerHTML += ' | View Map';var $l943443da3c335a5a9f1b1a02e541d967 = '

Greater Alliance Federal Credit Union

Address: 40 W Century Rd, Paramus, NJ 07652
Phone: (201) 599-5500
';var m_943443da3c335a5a9f1b1a02e541d967 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Alliance Federal Credit Union',});m_943443da3c335a5a9f1b1a02e541d967['infowindow'] = new google.maps.InfoWindow({content: $l943443da3c335a5a9f1b1a02e541d967});var infowindow = new google.maps.InfoWindow({content: $l943443da3c335a5a9f1b1a02e541d967});google.maps.event.addListener(m_943443da3c335a5a9f1b1a02e541d967, 'click', function() {infowindow.open(map,m_943443da3c335a5a9f1b1a02e541d967);});$marker.push(m_943443da3c335a5a9f1b1a02e541d967);}});}google.maps.event.addDomListener(window, 'load', initialize);