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.0591,-117.261)};var g_480eb54452f63abfa7f2eb0ffb1c62fe = new google.maps.Geocoder();g_480eb54452f63abfa7f2eb0ffb1c62fe.geocode( { 'address': "700 Garden View Ct #208, Encinitas, CA 92024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('encinitas-CA-danny-fitzpatrick').style.display = '';map = new google.maps.Map(document.getElementById('encinitas-CA-danny-fitzpatrick'), mapOptions);}document.getElementById('644afb3b').innerHTML += ' | View Map';var $l480eb54452f63abfa7f2eb0ffb1c62fe = '

Danny Fitzpatrick

Address: 700 Garden View Ct #208, Encinitas, CA 92024, USA
Phone: (760) 929-5829
';var m_480eb54452f63abfa7f2eb0ffb1c62fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Danny Fitzpatrick',});m_480eb54452f63abfa7f2eb0ffb1c62fe['infowindow'] = new google.maps.InfoWindow({content: $l480eb54452f63abfa7f2eb0ffb1c62fe});var infowindow = new google.maps.InfoWindow({content: $l480eb54452f63abfa7f2eb0ffb1c62fe});google.maps.event.addListener(m_480eb54452f63abfa7f2eb0ffb1c62fe, 'click', function() {infowindow.open(map,m_480eb54452f63abfa7f2eb0ffb1c62fe);});$marker.push(m_480eb54452f63abfa7f2eb0ffb1c62fe);}});}google.maps.event.addDomListener(window, 'load', initialize);