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(33.6701,-117.674)};var g_4be158ad73b435236e46675fb640145e = new google.maps.Geocoder();g_4be158ad73b435236e46675fb640145e.geocode( { 'address': "23 Orchard Rd #100, Lake Forest, CA 92630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-forest-CA-alliance-west-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('lake-forest-CA-alliance-west-mortgage-inc'), mapOptions);}document.getElementById('3e478c91').innerHTML += ' | View Map';var $l4be158ad73b435236e46675fb640145e = '

Alliance West Mortgage, Inc.

Address: 23 Orchard Rd #100, Lake Forest, CA 92630, USA
Phone: (855) 296-5363
';var m_4be158ad73b435236e46675fb640145e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance West Mortgage, Inc.',});m_4be158ad73b435236e46675fb640145e['infowindow'] = new google.maps.InfoWindow({content: $l4be158ad73b435236e46675fb640145e});var infowindow = new google.maps.InfoWindow({content: $l4be158ad73b435236e46675fb640145e});google.maps.event.addListener(m_4be158ad73b435236e46675fb640145e, 'click', function() {infowindow.open(map,m_4be158ad73b435236e46675fb640145e);});$marker.push(m_4be158ad73b435236e46675fb640145e);}});}google.maps.event.addDomListener(window, 'load', initialize);