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(33.9733,-118.244)};var g_30208cc69c8470f67c3a02bdeaa4b6f4 = new google.maps.Geocoder();g_30208cc69c8470f67c3a02bdeaa4b6f4.geocode( { 'address': "5601 E Washington Blvd, Los Angeles, CA 90040"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-certified-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-certified-federal-credit-union'), mapOptions);}document.getElementById('085543ee').innerHTML += ' | View Map';var $l30208cc69c8470f67c3a02bdeaa4b6f4 = '

Certified Federal Credit Union

Address: 5601 E Washington Blvd, Los Angeles, CA 90040
Phone: (323) 859-2250
';var m_30208cc69c8470f67c3a02bdeaa4b6f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Certified Federal Credit Union',});m_30208cc69c8470f67c3a02bdeaa4b6f4['infowindow'] = new google.maps.InfoWindow({content: $l30208cc69c8470f67c3a02bdeaa4b6f4});var infowindow = new google.maps.InfoWindow({content: $l30208cc69c8470f67c3a02bdeaa4b6f4});google.maps.event.addListener(m_30208cc69c8470f67c3a02bdeaa4b6f4, 'click', function() {infowindow.open(map,m_30208cc69c8470f67c3a02bdeaa4b6f4);});$marker.push(m_30208cc69c8470f67c3a02bdeaa4b6f4);}});}google.maps.event.addDomListener(window, 'load', initialize);