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.9493,-74.1526)};var g_d3a8b7e791870f66db86d84de72c7dad = new google.maps.Geocoder();g_d3a8b7e791870f66db86d84de72c7dad.geocode( { 'address': "245 Diamond Bridge Ave, Hawthorne, NJ 07506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hawthorne-NJ-first-jersey-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hawthorne-NJ-first-jersey-credit-union'), mapOptions);}document.getElementById('a4c75253').innerHTML += ' | View Map';var $ld3a8b7e791870f66db86d84de72c7dad = '

First Jersey Credit Union

Address: 245 Diamond Bridge Ave, Hawthorne, NJ 07506, USA
Phone: (973) 305-8889
';var m_d3a8b7e791870f66db86d84de72c7dad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Jersey Credit Union',});m_d3a8b7e791870f66db86d84de72c7dad['infowindow'] = new google.maps.InfoWindow({content: $ld3a8b7e791870f66db86d84de72c7dad});var infowindow = new google.maps.InfoWindow({content: $ld3a8b7e791870f66db86d84de72c7dad});google.maps.event.addListener(m_d3a8b7e791870f66db86d84de72c7dad, 'click', function() {infowindow.open(map,m_d3a8b7e791870f66db86d84de72c7dad);});$marker.push(m_d3a8b7e791870f66db86d84de72c7dad);}});}google.maps.event.addDomListener(window, 'load', initialize);