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.6316,-74.3147)};var g_78ae3ed2a43abb4c1a15818b8e45b061 = new google.maps.Geocoder();g_78ae3ed2a43abb4c1a15818b8e45b061.geocode( { 'address': "30 L\'Oréal Way, Clark, NJ 07066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clark-NJ-loreal-usa-fcu').style.display = '';map = new google.maps.Map(document.getElementById('clark-NJ-loreal-usa-fcu'), mapOptions);}document.getElementById('97c1f03b').innerHTML += ' | View Map';var $l78ae3ed2a43abb4c1a15818b8e45b061 = '

L'Oreal USA FCU

Address: 30 L\'Oréal Way, Clark, NJ 07066, USA
Phone: (732) 499-6679
';var m_78ae3ed2a43abb4c1a15818b8e45b061 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'L'Oreal USA FCU',});m_78ae3ed2a43abb4c1a15818b8e45b061['infowindow'] = new google.maps.InfoWindow({content: $l78ae3ed2a43abb4c1a15818b8e45b061});var infowindow = new google.maps.InfoWindow({content: $l78ae3ed2a43abb4c1a15818b8e45b061});google.maps.event.addListener(m_78ae3ed2a43abb4c1a15818b8e45b061, 'click', function() {infowindow.open(map,m_78ae3ed2a43abb4c1a15818b8e45b061);});$marker.push(m_78ae3ed2a43abb4c1a15818b8e45b061);}});}google.maps.event.addDomListener(window, 'load', initialize);