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.5628,-74.327)};var g_7f09905feed4665a049ba60a6d7d48b7 = new google.maps.Geocoder();g_7f09905feed4665a049ba60a6d7d48b7.geocode( { 'address': "101 S Wood Ave, Iselin, NJ 08830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbridge-township-NJ-m--c-menlo-park-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('woodbridge-township-NJ-m--c-menlo-park-federal-cu'), mapOptions);}document.getElementById('f109101f').innerHTML += ' | View Map';var $l7f09905feed4665a049ba60a6d7d48b7 = '

M & C Menlo Park Federal Cu

Address: 101 S Wood Ave, Iselin, NJ 08830, USA
Phone: (732) 205-5199
';var m_7f09905feed4665a049ba60a6d7d48b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & C Menlo Park Federal Cu',});m_7f09905feed4665a049ba60a6d7d48b7['infowindow'] = new google.maps.InfoWindow({content: $l7f09905feed4665a049ba60a6d7d48b7});var infowindow = new google.maps.InfoWindow({content: $l7f09905feed4665a049ba60a6d7d48b7});google.maps.event.addListener(m_7f09905feed4665a049ba60a6d7d48b7, 'click', function() {infowindow.open(map,m_7f09905feed4665a049ba60a6d7d48b7);});$marker.push(m_7f09905feed4665a049ba60a6d7d48b7);}});}google.maps.event.addDomListener(window, 'load', initialize);