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.7271,-74.0356)};var g_fe40fb944ee700392ed51bfe84dd4e3d = new google.maps.Geocoder();g_fe40fb944ee700392ed51bfe84dd4e3d.geocode( { 'address': "525 Washington Blvd, Jersey City, NJ 07310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jersey-city-NJ-financial-assurance-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jersey-city-NJ-financial-assurance-federal-credit-union'), mapOptions);}document.getElementById('33735fb0').innerHTML += ' | View Map';var $lfe40fb944ee700392ed51bfe84dd4e3d = '

Financial Assurance Federal Credit Union

Address: 525 Washington Blvd, Jersey City, NJ 07310, USA
Phone: (201) 743-5355
';var m_fe40fb944ee700392ed51bfe84dd4e3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Assurance Federal Credit Union',});m_fe40fb944ee700392ed51bfe84dd4e3d['infowindow'] = new google.maps.InfoWindow({content: $lfe40fb944ee700392ed51bfe84dd4e3d});var infowindow = new google.maps.InfoWindow({content: $lfe40fb944ee700392ed51bfe84dd4e3d});google.maps.event.addListener(m_fe40fb944ee700392ed51bfe84dd4e3d, 'click', function() {infowindow.open(map,m_fe40fb944ee700392ed51bfe84dd4e3d);});$marker.push(m_fe40fb944ee700392ed51bfe84dd4e3d);}});}google.maps.event.addDomListener(window, 'load', initialize);