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.8548,-74.0446)};var g_5843342c9fde8a11880aa20b2c3899f1 = new google.maps.Geocoder();g_5843342c9fde8a11880aa20b2c3899f1.geocode( { 'address': "319 US-46, Little Ferry, NJ 07643, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-ferry-NJ-actors-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('little-ferry-NJ-actors-federal-credit-union'), mapOptions);}document.getElementById('f4df3762').innerHTML += ' | View Map';var $l5843342c9fde8a11880aa20b2c3899f1 = '

Actors Federal Credit Union

Address: 319 US-46, Little Ferry, NJ 07643, USA
Phone:
';var m_5843342c9fde8a11880aa20b2c3899f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Actors Federal Credit Union',});m_5843342c9fde8a11880aa20b2c3899f1['infowindow'] = new google.maps.InfoWindow({content: $l5843342c9fde8a11880aa20b2c3899f1});var infowindow = new google.maps.InfoWindow({content: $l5843342c9fde8a11880aa20b2c3899f1});google.maps.event.addListener(m_5843342c9fde8a11880aa20b2c3899f1, 'click', function() {infowindow.open(map,m_5843342c9fde8a11880aa20b2c3899f1);});$marker.push(m_5843342c9fde8a11880aa20b2c3899f1);}});}google.maps.event.addDomListener(window, 'load', initialize);