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.5451,-117.782)};var g_83138043adb2fe5330700f4f9f0a9edf = new google.maps.Geocoder();g_83138043adb2fe5330700f4f9f0a9edf.geocode( { 'address': "430 Forest Ave, Laguna Beach, CA 92651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laguna-beach-CA-suzette-lipscomb').style.display = '';map = new google.maps.Map(document.getElementById('laguna-beach-CA-suzette-lipscomb'), mapOptions);}document.getElementById('8c8510ea').innerHTML += ' | View Map';var $l83138043adb2fe5330700f4f9f0a9edf = '

Suzette Lipscomb

Address: 430 Forest Ave, Laguna Beach, CA 92651, USA
Phone: (888) 789-3883
';var m_83138043adb2fe5330700f4f9f0a9edf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suzette Lipscomb',});m_83138043adb2fe5330700f4f9f0a9edf['infowindow'] = new google.maps.InfoWindow({content: $l83138043adb2fe5330700f4f9f0a9edf});var infowindow = new google.maps.InfoWindow({content: $l83138043adb2fe5330700f4f9f0a9edf});google.maps.event.addListener(m_83138043adb2fe5330700f4f9f0a9edf, 'click', function() {infowindow.open(map,m_83138043adb2fe5330700f4f9f0a9edf);});$marker.push(m_83138043adb2fe5330700f4f9f0a9edf);}});}google.maps.event.addDomListener(window, 'load', initialize);