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.4573,-117.59)};var g_592694c28c12a081fa91d66872c19382 = new google.maps.Geocoder();g_592694c28c12a081fa91d66872c19382.geocode( { 'address': "1238 Puerta Del Sol, San Clemente, CA 92673, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-clemente-CA-lifesource-real-estate-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-clemente-CA-lifesource-real-estate-inc'), mapOptions);}document.getElementById('b66cb405').innerHTML += ' | View Map';var $l592694c28c12a081fa91d66872c19382 = '

Lifesource Real Estate Inc

Address: 1238 Puerta Del Sol, San Clemente, CA 92673, USA
Phone: (949) 492-2252
';var m_592694c28c12a081fa91d66872c19382 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lifesource Real Estate Inc',});m_592694c28c12a081fa91d66872c19382['infowindow'] = new google.maps.InfoWindow({content: $l592694c28c12a081fa91d66872c19382});var infowindow = new google.maps.InfoWindow({content: $l592694c28c12a081fa91d66872c19382});google.maps.event.addListener(m_592694c28c12a081fa91d66872c19382, 'click', function() {infowindow.open(map,m_592694c28c12a081fa91d66872c19382);});$marker.push(m_592694c28c12a081fa91d66872c19382);}});}google.maps.event.addDomListener(window, 'load', initialize);