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_bf56a1b37b94243486b2034f8479c475 = new google.maps.Geocoder();g_bf56a1b37b94243486b2034f8479c475.geocode( { 'address': "201 N Los Angeles St, SPC 201, Los Angeles, CA 90012"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-los-angeles-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-los-angeles-credit-union'), mapOptions);}document.getElementById('7c198092').innerHTML += ' | View Map';var $lbf56a1b37b94243486b2034f8479c475 = '

Los Angeles Credit Union

Address: 201 N Los Angeles St, SPC 201, Los Angeles, CA 90012
Phone: (213) 258-2830
';var m_bf56a1b37b94243486b2034f8479c475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Los Angeles Credit Union',});m_bf56a1b37b94243486b2034f8479c475['infowindow'] = new google.maps.InfoWindow({content: $lbf56a1b37b94243486b2034f8479c475});var infowindow = new google.maps.InfoWindow({content: $lbf56a1b37b94243486b2034f8479c475});google.maps.event.addListener(m_bf56a1b37b94243486b2034f8479c475, 'click', function() {infowindow.open(map,m_bf56a1b37b94243486b2034f8479c475);});$marker.push(m_bf56a1b37b94243486b2034f8479c475);}});}google.maps.event.addDomListener(window, 'load', initialize);