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.2003,-118.467)};var g_24b97dc98f86b9717a28dc5ca06e6ac2 = new google.maps.Geocoder();g_24b97dc98f86b9717a28dc5ca06e6ac2.geocode( { 'address': "15350 Sherman Way #301, Van Nuys, CA 91406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-streit-lending').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-streit-lending'), mapOptions);}document.getElementById('38d99a33').innerHTML += ' | View Map';var $l24b97dc98f86b9717a28dc5ca06e6ac2 = '

Streit Lending

Address: 15350 Sherman Way #301, Van Nuys, CA 91406, USA
Phone: (818) 787-6041
';var m_24b97dc98f86b9717a28dc5ca06e6ac2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Streit Lending',});m_24b97dc98f86b9717a28dc5ca06e6ac2['infowindow'] = new google.maps.InfoWindow({content: $l24b97dc98f86b9717a28dc5ca06e6ac2});var infowindow = new google.maps.InfoWindow({content: $l24b97dc98f86b9717a28dc5ca06e6ac2});google.maps.event.addListener(m_24b97dc98f86b9717a28dc5ca06e6ac2, 'click', function() {infowindow.open(map,m_24b97dc98f86b9717a28dc5ca06e6ac2);});$marker.push(m_24b97dc98f86b9717a28dc5ca06e6ac2);}});}google.maps.event.addDomListener(window, 'load', initialize);