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.1465,-118.421)};var g_39fc4eb8835fb25c8a27a30ca82638ff = new google.maps.Geocoder();g_39fc4eb8835fb25c8a27a30ca82638ff.geocode( { 'address': "13223 Ventura Blvd # G, Studio City, CA 91604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-standard-home-lending-inc').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-standard-home-lending-inc'), mapOptions);}document.getElementById('a7ec2b72').innerHTML += ' | View Map';var $l39fc4eb8835fb25c8a27a30ca82638ff = '

Standard Home Lending Inc

Address: 13223 Ventura Blvd # G, Studio City, CA 91604, USA
Phone: (818) 379-9585
';var m_39fc4eb8835fb25c8a27a30ca82638ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Home Lending Inc',});m_39fc4eb8835fb25c8a27a30ca82638ff['infowindow'] = new google.maps.InfoWindow({content: $l39fc4eb8835fb25c8a27a30ca82638ff});var infowindow = new google.maps.InfoWindow({content: $l39fc4eb8835fb25c8a27a30ca82638ff});google.maps.event.addListener(m_39fc4eb8835fb25c8a27a30ca82638ff, 'click', function() {infowindow.open(map,m_39fc4eb8835fb25c8a27a30ca82638ff);});$marker.push(m_39fc4eb8835fb25c8a27a30ca82638ff);}});}google.maps.event.addDomListener(window, 'load', initialize);