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.9306,-118.287)};var g_d62e4f397395281275035b2f6d67c5b4 = new google.maps.Geocoder();g_d62e4f397395281275035b2f6d67c5b4.geocode( { 'address': "700 W Imperial Hwy # 101, Los Angeles, CA 90044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-community-loans-of-america-inc').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-community-loans-of-america-inc'), mapOptions);}document.getElementById('f5ae7e50').innerHTML += ' | View Map';var $ld62e4f397395281275035b2f6d67c5b4 = '

Community Loans of America Inc

Address: 700 W Imperial Hwy # 101, Los Angeles, CA 90044, USA
Phone: (323) 755-3333
';var m_d62e4f397395281275035b2f6d67c5b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Loans of America Inc',});m_d62e4f397395281275035b2f6d67c5b4['infowindow'] = new google.maps.InfoWindow({content: $ld62e4f397395281275035b2f6d67c5b4});var infowindow = new google.maps.InfoWindow({content: $ld62e4f397395281275035b2f6d67c5b4});google.maps.event.addListener(m_d62e4f397395281275035b2f6d67c5b4, 'click', function() {infowindow.open(map,m_d62e4f397395281275035b2f6d67c5b4);});$marker.push(m_d62e4f397395281275035b2f6d67c5b4);}});}google.maps.event.addDomListener(window, 'load', initialize);