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.5823,-74.4133)};var g_30167d3c6d259cd0a78e2f7a3f8f6293 = new google.maps.Geocoder();g_30167d3c6d259cd0a78e2f7a3f8f6293.geocode( { 'address': "150 Maple Ave, South Plainfield, NJ 07080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-plainfield-NJ-central-jersey-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('south-plainfield-NJ-central-jersey-fed-cu'), mapOptions);}document.getElementById('85cd567c').innerHTML += ' | View Map';var $l30167d3c6d259cd0a78e2f7a3f8f6293 = '

Central Jersey Fed Cu

Address: 150 Maple Ave, South Plainfield, NJ 07080, USA
Phone: (908) 412-8881
';var m_30167d3c6d259cd0a78e2f7a3f8f6293 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Jersey Fed Cu',});m_30167d3c6d259cd0a78e2f7a3f8f6293['infowindow'] = new google.maps.InfoWindow({content: $l30167d3c6d259cd0a78e2f7a3f8f6293});var infowindow = new google.maps.InfoWindow({content: $l30167d3c6d259cd0a78e2f7a3f8f6293});google.maps.event.addListener(m_30167d3c6d259cd0a78e2f7a3f8f6293, 'click', function() {infowindow.open(map,m_30167d3c6d259cd0a78e2f7a3f8f6293);});$marker.push(m_30167d3c6d259cd0a78e2f7a3f8f6293);}});}google.maps.event.addDomListener(window, 'load', initialize);