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.6512,-117.594)};var g_1a35488e943e4aeba6d6c78feeedcc4d = new google.maps.Geocoder();g_1a35488e943e4aeba6d6c78feeedcc4d.geocode( { 'address': "8 Pomelo, Rancho Santa Margarita, CA 92688"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-santa-margarita-CA-your-mortgage-shop').style.display = '';map = new google.maps.Map(document.getElementById('rancho-santa-margarita-CA-your-mortgage-shop'), mapOptions);}document.getElementById('d0a3e790').innerHTML += ' | View Map';var $l1a35488e943e4aeba6d6c78feeedcc4d = '

Your Mortgage Shop

Address: 8 Pomelo, Rancho Santa Margarita, CA 92688
Phone: (888) 623-0239
';var m_1a35488e943e4aeba6d6c78feeedcc4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Your Mortgage Shop',});m_1a35488e943e4aeba6d6c78feeedcc4d['infowindow'] = new google.maps.InfoWindow({content: $l1a35488e943e4aeba6d6c78feeedcc4d});var infowindow = new google.maps.InfoWindow({content: $l1a35488e943e4aeba6d6c78feeedcc4d});google.maps.event.addListener(m_1a35488e943e4aeba6d6c78feeedcc4d, 'click', function() {infowindow.open(map,m_1a35488e943e4aeba6d6c78feeedcc4d);});$marker.push(m_1a35488e943e4aeba6d6c78feeedcc4d);}});}google.maps.event.addDomListener(window, 'load', initialize);