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.6261,-117.721)};var g_fc6b4c283c05b81079ce5f27c8df59f7 = new google.maps.Geocoder();g_fc6b4c283c05b81079ce5f27c8df59f7.geocode( { 'address': "23441 S Pointe Dr #110, Laguna Hills, CA 92653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laguna-hills-CA-john-meussner---mason-mcduffie-mortgage-corporation-nmls-138061').style.display = '';map = new google.maps.Map(document.getElementById('laguna-hills-CA-john-meussner---mason-mcduffie-mortgage-corporation-nmls-138061'), mapOptions);}document.getElementById('67f440c6').innerHTML += ' | View Map';var $lfc6b4c283c05b81079ce5f27c8df59f7 = '

John Meussner - Mason-McDuffie Mortgage Corporation NMLS 138061

Address: 23441 S Pointe Dr #110, Laguna Hills, CA 92653, USA
Phone: (949) 247-7530
';var m_fc6b4c283c05b81079ce5f27c8df59f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John Meussner - Mason-McDuffie Mortgage Corporation NMLS 138061',});m_fc6b4c283c05b81079ce5f27c8df59f7['infowindow'] = new google.maps.InfoWindow({content: $lfc6b4c283c05b81079ce5f27c8df59f7});var infowindow = new google.maps.InfoWindow({content: $lfc6b4c283c05b81079ce5f27c8df59f7});google.maps.event.addListener(m_fc6b4c283c05b81079ce5f27c8df59f7, 'click', function() {infowindow.open(map,m_fc6b4c283c05b81079ce5f27c8df59f7);});$marker.push(m_fc6b4c283c05b81079ce5f27c8df59f7);}});}google.maps.event.addDomListener(window, 'load', initialize);