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.426,-117.612)};var g_a435dbe31ca543aa0693fd1065f6b6f6 = new google.maps.Geocoder();g_a435dbe31ca543aa0693fd1065f6b6f6.geocode( { 'address': "300 S El Camino Real #213, San Clemente, CA 92672, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-clemente-CA-saver-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('san-clemente-CA-saver-home-loans'), mapOptions);}document.getElementById('554a9692').innerHTML += ' | View Map';var $la435dbe31ca543aa0693fd1065f6b6f6 = '

Saver Home Loans

Address: 300 S El Camino Real #213, San Clemente, CA 92672, USA
Phone: (949) 373-3850
';var m_a435dbe31ca543aa0693fd1065f6b6f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Saver Home Loans',});m_a435dbe31ca543aa0693fd1065f6b6f6['infowindow'] = new google.maps.InfoWindow({content: $la435dbe31ca543aa0693fd1065f6b6f6});var infowindow = new google.maps.InfoWindow({content: $la435dbe31ca543aa0693fd1065f6b6f6});google.maps.event.addListener(m_a435dbe31ca543aa0693fd1065f6b6f6, 'click', function() {infowindow.open(map,m_a435dbe31ca543aa0693fd1065f6b6f6);});$marker.push(m_a435dbe31ca543aa0693fd1065f6b6f6);}});}google.maps.event.addDomListener(window, 'load', initialize);