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.6086,-117.875)};var g_02db963c7ab4b13af50e6b8fafd67975 = new google.maps.Geocoder();g_02db963c7ab4b13af50e6b8fafd67975.geocode( { 'address': "23 Corporate Plaza Dr #500, Newport Beach, CA 92660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-beach-CA-luxury-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('newport-beach-CA-luxury-mortgage-corporation'), mapOptions);}document.getElementById('48b9ceb1').innerHTML += ' | View Map';var $l02db963c7ab4b13af50e6b8fafd67975 = '

Luxury Mortgage Corporation

Address: 23 Corporate Plaza Dr #500, Newport Beach, CA 92660, USA
Phone: (949) 251-0200
';var m_02db963c7ab4b13af50e6b8fafd67975 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Luxury Mortgage Corporation',});m_02db963c7ab4b13af50e6b8fafd67975['infowindow'] = new google.maps.InfoWindow({content: $l02db963c7ab4b13af50e6b8fafd67975});var infowindow = new google.maps.InfoWindow({content: $l02db963c7ab4b13af50e6b8fafd67975});google.maps.event.addListener(m_02db963c7ab4b13af50e6b8fafd67975, 'click', function() {infowindow.open(map,m_02db963c7ab4b13af50e6b8fafd67975);});$marker.push(m_02db963c7ab4b13af50e6b8fafd67975);}});}google.maps.event.addDomListener(window, 'load', initialize);