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.7599,-74.4163)};var g_0698bba34127a6708dd70a8e243c6a47 = new google.maps.Geocoder();g_0698bba34127a6708dd70a8e243c6a47.geocode( { 'address': "12 Main St #4, Madison, NJ 07940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NJ-fdu-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('madison-NJ-fdu-federal-credit-union'), mapOptions);}document.getElementById('19f3c00e').innerHTML += ' | View Map';var $l0698bba34127a6708dd70a8e243c6a47 = '

FDU Federal Credit Union

Address: 12 Main St #4, Madison, NJ 07940, USA
Phone: (973) 301-0931
';var m_0698bba34127a6708dd70a8e243c6a47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FDU Federal Credit Union',});m_0698bba34127a6708dd70a8e243c6a47['infowindow'] = new google.maps.InfoWindow({content: $l0698bba34127a6708dd70a8e243c6a47});var infowindow = new google.maps.InfoWindow({content: $l0698bba34127a6708dd70a8e243c6a47});google.maps.event.addListener(m_0698bba34127a6708dd70a8e243c6a47, 'click', function() {infowindow.open(map,m_0698bba34127a6708dd70a8e243c6a47);});$marker.push(m_0698bba34127a6708dd70a8e243c6a47);}});}google.maps.event.addDomListener(window, 'load', initialize);