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.579,-117.73)};var g_381184836e4682384db8001713aaa219 = new google.maps.Geocoder();g_381184836e4682384db8001713aaa219.geocode( { 'address': "120 Vantis Dr #300, Aliso Viejo, CA 92656, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aliso-viejo-CA-gold-star-mortgage-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('aliso-viejo-CA-gold-star-mortgage-financial-group'), mapOptions);}document.getElementById('676f0447').innerHTML += ' | View Map';var $l381184836e4682384db8001713aaa219 = '

Gold Star Mortgage Financial Group

Address: 120 Vantis Dr #300, Aliso Viejo, CA 92656, USA
Phone: (800) 306-1990
';var m_381184836e4682384db8001713aaa219 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Star Mortgage Financial Group',});m_381184836e4682384db8001713aaa219['infowindow'] = new google.maps.InfoWindow({content: $l381184836e4682384db8001713aaa219});var infowindow = new google.maps.InfoWindow({content: $l381184836e4682384db8001713aaa219});google.maps.event.addListener(m_381184836e4682384db8001713aaa219, 'click', function() {infowindow.open(map,m_381184836e4682384db8001713aaa219);});$marker.push(m_381184836e4682384db8001713aaa219);}});}google.maps.event.addDomListener(window, 'load', initialize);