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.5545,-74.4569)};var g_b17446af05919be6e83500be7f5df5c4 = new google.maps.Geocoder();g_b17446af05919be6e83500be7f5df5c4.geocode( { 'address': "3 Corporate Pl, Piscataway Township, NJ 08854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('piscataway-township-NJ-municipal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('piscataway-township-NJ-municipal-credit-union'), mapOptions);}document.getElementById('79a76598').innerHTML += ' | View Map';var $lb17446af05919be6e83500be7f5df5c4 = '

Municipal Credit Union

Address: 3 Corporate Pl, Piscataway Township, NJ 08854, USA
Phone: (732) 465-1523
';var m_b17446af05919be6e83500be7f5df5c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Municipal Credit Union',});m_b17446af05919be6e83500be7f5df5c4['infowindow'] = new google.maps.InfoWindow({content: $lb17446af05919be6e83500be7f5df5c4});var infowindow = new google.maps.InfoWindow({content: $lb17446af05919be6e83500be7f5df5c4});google.maps.event.addListener(m_b17446af05919be6e83500be7f5df5c4, 'click', function() {infowindow.open(map,m_b17446af05919be6e83500be7f5df5c4);});$marker.push(m_b17446af05919be6e83500be7f5df5c4);}});}google.maps.event.addDomListener(window, 'load', initialize);