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(39.9575,-74.9376)};var g_56165050bf4ea15b2e26d630483d064d = new google.maps.Geocoder();g_56165050bf4ea15b2e26d630483d064d.geocode( { 'address': "144 NJ-38, Moorestown, NJ 08057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moorestown-NJ-local-1360-ufcw-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('moorestown-NJ-local-1360-ufcw-federal-cu'), mapOptions);}document.getElementById('46947850').innerHTML += ' | View Map';var $l56165050bf4ea15b2e26d630483d064d = '

Local 1360 Ufcw Federal Cu

Address: 144 NJ-38, Moorestown, NJ 08057, USA
Phone: (856) 235-2077
';var m_56165050bf4ea15b2e26d630483d064d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local 1360 Ufcw Federal Cu',});m_56165050bf4ea15b2e26d630483d064d['infowindow'] = new google.maps.InfoWindow({content: $l56165050bf4ea15b2e26d630483d064d});var infowindow = new google.maps.InfoWindow({content: $l56165050bf4ea15b2e26d630483d064d});google.maps.event.addListener(m_56165050bf4ea15b2e26d630483d064d, 'click', function() {infowindow.open(map,m_56165050bf4ea15b2e26d630483d064d);});$marker.push(m_56165050bf4ea15b2e26d630483d064d);}});}google.maps.event.addDomListener(window, 'load', initialize);