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.1329,-118.353)};var g_c72b708306fd82bf0bea6fabd4db3289 = new google.maps.Geocoder();g_c72b708306fd82bf0bea6fabd4db3289.geocode( { 'address': "3450 Cahuenga Blvd W #505, Los Angeles, CA 90068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-yoursbacom').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-yoursbacom'), mapOptions);}document.getElementById('72f0d665').innerHTML += ' | View Map';var $lc72b708306fd82bf0bea6fabd4db3289 = '

YourSBA.com

Address: 3450 Cahuenga Blvd W #505, Los Angeles, CA 90068, USA
Phone: (323) 792-1500 ext.
';var m_c72b708306fd82bf0bea6fabd4db3289 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'YourSBA.com',});m_c72b708306fd82bf0bea6fabd4db3289['infowindow'] = new google.maps.InfoWindow({content: $lc72b708306fd82bf0bea6fabd4db3289});var infowindow = new google.maps.InfoWindow({content: $lc72b708306fd82bf0bea6fabd4db3289});google.maps.event.addListener(m_c72b708306fd82bf0bea6fabd4db3289, 'click', function() {infowindow.open(map,m_c72b708306fd82bf0bea6fabd4db3289);});$marker.push(m_c72b708306fd82bf0bea6fabd4db3289);}});}google.maps.event.addDomListener(window, 'load', initialize);