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.8958,-74.2342)};var g_c5c5c49476b6a334f7242147ce82eb07 = new google.maps.Geocoder();g_c5c5c49476b6a334f7242147ce82eb07.geocode( { 'address': "US Hwy 6, Totowa, NJ 07512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('totowa-NJ-actors-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('totowa-NJ-actors-federal-credit-union'), mapOptions);}document.getElementById('400fbe54').innerHTML += ' | View Map';var $lc5c5c49476b6a334f7242147ce82eb07 = '

Actors Federal Credit Union

Address: US Hwy 6, Totowa, NJ 07512, USA
Phone: (866) 227-7253
';var m_c5c5c49476b6a334f7242147ce82eb07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Actors Federal Credit Union',});m_c5c5c49476b6a334f7242147ce82eb07['infowindow'] = new google.maps.InfoWindow({content: $lc5c5c49476b6a334f7242147ce82eb07});var infowindow = new google.maps.InfoWindow({content: $lc5c5c49476b6a334f7242147ce82eb07});google.maps.event.addListener(m_c5c5c49476b6a334f7242147ce82eb07, 'click', function() {infowindow.open(map,m_c5c5c49476b6a334f7242147ce82eb07);});$marker.push(m_c5c5c49476b6a334f7242147ce82eb07);}});}google.maps.event.addDomListener(window, 'load', initialize);