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.8097,-117.255)};var g_65b553cedfe36b1a168b7600ba146140 = new google.maps.Geocoder();g_65b553cedfe36b1a168b7600ba146140.geocode( { 'address': "1010 Turquoise St #320, San Diego, CA 92109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-maureen-martin').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-maureen-martin'), mapOptions);}document.getElementById('9a0cd217').innerHTML += ' | View Map';var $l65b553cedfe36b1a168b7600ba146140 = '

Maureen Martin

Address: 1010 Turquoise St #320, San Diego, CA 92109, USA
Phone: (619) 857-7191
';var m_65b553cedfe36b1a168b7600ba146140 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maureen Martin',});m_65b553cedfe36b1a168b7600ba146140['infowindow'] = new google.maps.InfoWindow({content: $l65b553cedfe36b1a168b7600ba146140});var infowindow = new google.maps.InfoWindow({content: $l65b553cedfe36b1a168b7600ba146140});google.maps.event.addListener(m_65b553cedfe36b1a168b7600ba146140, 'click', function() {infowindow.open(map,m_65b553cedfe36b1a168b7600ba146140);});$marker.push(m_65b553cedfe36b1a168b7600ba146140);}});}google.maps.event.addDomListener(window, 'load', initialize);