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.6664,-74.2164)};var g_d7af7b223f926c4137c6d56084cd73e5 = new google.maps.Geocoder();g_d7af7b223f926c4137c6d56084cd73e5.geocode( { 'address': "16 W Grand St, Elizabeth, NJ 07201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabeth-NJ-entertainment-industries-fcu').style.display = '';map = new google.maps.Map(document.getElementById('elizabeth-NJ-entertainment-industries-fcu'), mapOptions);}document.getElementById('31d43b40').innerHTML += ' | View Map';var $ld7af7b223f926c4137c6d56084cd73e5 = '

Entertainment Industries FCU

Address: 16 W Grand St, Elizabeth, NJ 07201, USA
Phone: (908) 282-9881
';var m_d7af7b223f926c4137c6d56084cd73e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Entertainment Industries FCU',});m_d7af7b223f926c4137c6d56084cd73e5['infowindow'] = new google.maps.InfoWindow({content: $ld7af7b223f926c4137c6d56084cd73e5});var infowindow = new google.maps.InfoWindow({content: $ld7af7b223f926c4137c6d56084cd73e5});google.maps.event.addListener(m_d7af7b223f926c4137c6d56084cd73e5, 'click', function() {infowindow.open(map,m_d7af7b223f926c4137c6d56084cd73e5);});$marker.push(m_d7af7b223f926c4137c6d56084cd73e5);}});}google.maps.event.addDomListener(window, 'load', initialize);