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.7641,-117.153)};var g_cf4c1642ffd07ee0f0574c6a65a16d34 = new google.maps.Geocoder();g_cf4c1642ffd07ee0f0574c6a65a16d34.geocode( { 'address': "1081 Camino del Rio S #210, San Diego, CA 92108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-swanson-todd').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-swanson-todd'), mapOptions);}document.getElementById('15addc6c').innerHTML += ' | View Map';var $lcf4c1642ffd07ee0f0574c6a65a16d34 = '

Swanson Todd

Address: 1081 Camino del Rio S #210, San Diego, CA 92108, USA
Phone: (619) 226-3234
';var m_cf4c1642ffd07ee0f0574c6a65a16d34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Swanson Todd',});m_cf4c1642ffd07ee0f0574c6a65a16d34['infowindow'] = new google.maps.InfoWindow({content: $lcf4c1642ffd07ee0f0574c6a65a16d34});var infowindow = new google.maps.InfoWindow({content: $lcf4c1642ffd07ee0f0574c6a65a16d34});google.maps.event.addListener(m_cf4c1642ffd07ee0f0574c6a65a16d34, 'click', function() {infowindow.open(map,m_cf4c1642ffd07ee0f0574c6a65a16d34);});$marker.push(m_cf4c1642ffd07ee0f0574c6a65a16d34);}});}google.maps.event.addDomListener(window, 'load', initialize);