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.7258,-74.1722)};var g_103b4423624ec023c46fa2d81680b636 = new google.maps.Geocoder();g_103b4423624ec023c46fa2d81680b636.geocode( { 'address': "588 Martin Luther King Jr Blvd, Newark, NJ 07102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-NJ-st-james-ame-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('newark-NJ-st-james-ame-federal-credit-union'), mapOptions);}document.getElementById('4beb4eb4').innerHTML += ' | View Map';var $l103b4423624ec023c46fa2d81680b636 = '

St. James AME Federal Credit Union

Address: 588 Martin Luther King Jr Blvd, Newark, NJ 07102
Phone: (973) 621-9122
';var m_103b4423624ec023c46fa2d81680b636 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St. James AME Federal Credit Union',});m_103b4423624ec023c46fa2d81680b636['infowindow'] = new google.maps.InfoWindow({content: $l103b4423624ec023c46fa2d81680b636});var infowindow = new google.maps.InfoWindow({content: $l103b4423624ec023c46fa2d81680b636});google.maps.event.addListener(m_103b4423624ec023c46fa2d81680b636, 'click', function() {infowindow.open(map,m_103b4423624ec023c46fa2d81680b636);});$marker.push(m_103b4423624ec023c46fa2d81680b636);}});}google.maps.event.addDomListener(window, 'load', initialize);