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.7214,-117.228)};var g_bf47bf4405655ada0e2016683e9ced36 = new google.maps.Geocoder();g_bf47bf4405655ada0e2016683e9ced36.geocode( { 'address': "2726 Shelter Island Dr #192, San Diego, CA 92106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-joni-geis-of-sterling-associates').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-joni-geis-of-sterling-associates'), mapOptions);}document.getElementById('da8fc96e').innerHTML += ' | View Map';var $lbf47bf4405655ada0e2016683e9ced36 = '

Joni Geis of Sterling Associates

Address: 2726 Shelter Island Dr #192, San Diego, CA 92106, USA
Phone: (619) 224-4466
';var m_bf47bf4405655ada0e2016683e9ced36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Joni Geis of Sterling Associates',});m_bf47bf4405655ada0e2016683e9ced36['infowindow'] = new google.maps.InfoWindow({content: $lbf47bf4405655ada0e2016683e9ced36});var infowindow = new google.maps.InfoWindow({content: $lbf47bf4405655ada0e2016683e9ced36});google.maps.event.addListener(m_bf47bf4405655ada0e2016683e9ced36, 'click', function() {infowindow.open(map,m_bf47bf4405655ada0e2016683e9ced36);});$marker.push(m_bf47bf4405655ada0e2016683e9ced36);}});}google.maps.event.addDomListener(window, 'load', initialize);