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.1541,-118.449)};var g_f3b5fef57d8e9a686204048815e9cc98 = new google.maps.Geocoder();g_f3b5fef57d8e9a686204048815e9cc98.geocode( { 'address': "4533 Van Nuys Blvd, Sherman Oaks, CA 91403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-done-with-loans').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-done-with-loans'), mapOptions);}document.getElementById('b116af98').innerHTML += ' | View Map';var $lf3b5fef57d8e9a686204048815e9cc98 = '

Done With Loans

Address: 4533 Van Nuys Blvd, Sherman Oaks, CA 91403, USA
Phone:
';var m_f3b5fef57d8e9a686204048815e9cc98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Done With Loans',});m_f3b5fef57d8e9a686204048815e9cc98['infowindow'] = new google.maps.InfoWindow({content: $lf3b5fef57d8e9a686204048815e9cc98});var infowindow = new google.maps.InfoWindow({content: $lf3b5fef57d8e9a686204048815e9cc98});google.maps.event.addListener(m_f3b5fef57d8e9a686204048815e9cc98, 'click', function() {infowindow.open(map,m_f3b5fef57d8e9a686204048815e9cc98);});$marker.push(m_f3b5fef57d8e9a686204048815e9cc98);}});}google.maps.event.addDomListener(window, 'load', initialize);