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(34.0569,-118.449)};var g_88a2c63d6840c27f6a59da3275f3a33c = new google.maps.Geocoder();g_88a2c63d6840c27f6a59da3275f3a33c.geocode( { 'address': "Suite C 205, 11000 Wilshire Blvd, Los Angeles, CA 90024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-justice-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-justice-federal-credit-union'), mapOptions);}document.getElementById('fbbad283').innerHTML += ' | View Map';var $l88a2c63d6840c27f6a59da3275f3a33c = '

Justice Federal Credit Union

Address: Suite C 205, 11000 Wilshire Blvd, Los Angeles, CA 90024, USA
Phone: (800) 550-5328
';var m_88a2c63d6840c27f6a59da3275f3a33c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Justice Federal Credit Union',});m_88a2c63d6840c27f6a59da3275f3a33c['infowindow'] = new google.maps.InfoWindow({content: $l88a2c63d6840c27f6a59da3275f3a33c});var infowindow = new google.maps.InfoWindow({content: $l88a2c63d6840c27f6a59da3275f3a33c});google.maps.event.addListener(m_88a2c63d6840c27f6a59da3275f3a33c, 'click', function() {infowindow.open(map,m_88a2c63d6840c27f6a59da3275f3a33c);});$marker.push(m_88a2c63d6840c27f6a59da3275f3a33c);}});}google.maps.event.addDomListener(window, 'load', initialize);