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.1678,-118.595)};var g_18b16aa4f6882ecd819ad38f21394925 = new google.maps.Geocoder();g_18b16aa4f6882ecd819ad38f21394925.geocode( { 'address': "21241 Ventura Blvd #260, Woodland Hills, CA 91364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-universal-capital-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-universal-capital-mortgage-corp'), mapOptions);}document.getElementById('7bc8d0ca').innerHTML += ' | View Map';var $l18b16aa4f6882ecd819ad38f21394925 = '

Universal Capital Mortgage Corp.

Address: 21241 Ventura Blvd #260, Woodland Hills, CA 91364, USA
Phone: (800) 736-0565
';var m_18b16aa4f6882ecd819ad38f21394925 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Capital Mortgage Corp.',});m_18b16aa4f6882ecd819ad38f21394925['infowindow'] = new google.maps.InfoWindow({content: $l18b16aa4f6882ecd819ad38f21394925});var infowindow = new google.maps.InfoWindow({content: $l18b16aa4f6882ecd819ad38f21394925});google.maps.event.addListener(m_18b16aa4f6882ecd819ad38f21394925, 'click', function() {infowindow.open(map,m_18b16aa4f6882ecd819ad38f21394925);});$marker.push(m_18b16aa4f6882ecd819ad38f21394925);}});}google.maps.event.addDomListener(window, 'load', initialize);