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(32.9395,-117.241)};var g_9d7af7c9a31d165bd73bb682b09488d4 = new google.maps.Geocoder();g_9d7af7c9a31d165bd73bb682b09488d4.geocode( { 'address': "12264 El Camino Real, San Diego, CA 92130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-carl-kahn').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-carl-kahn'), mapOptions);}document.getElementById('f5fcbcb0').innerHTML += ' | View Map';var $l9d7af7c9a31d165bd73bb682b09488d4 = '

Carl Kahn

Address: 12264 El Camino Real, San Diego, CA 92130, USA
Phone: (760) 504-3655
';var m_9d7af7c9a31d165bd73bb682b09488d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carl Kahn',});m_9d7af7c9a31d165bd73bb682b09488d4['infowindow'] = new google.maps.InfoWindow({content: $l9d7af7c9a31d165bd73bb682b09488d4});var infowindow = new google.maps.InfoWindow({content: $l9d7af7c9a31d165bd73bb682b09488d4});google.maps.event.addListener(m_9d7af7c9a31d165bd73bb682b09488d4, 'click', function() {infowindow.open(map,m_9d7af7c9a31d165bd73bb682b09488d4);});$marker.push(m_9d7af7c9a31d165bd73bb682b09488d4);}});}google.maps.event.addDomListener(window, 'load', initialize);