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.9893,-117.27)};var g_5c9436083925623763af3ce6a58e44ce = new google.maps.Geocoder();g_5c9436083925623763af3ce6a58e44ce.geocode( { 'address': "312 S Cedros Ave #310, Solana Beach, CA 92075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('solana-beach-CA-the-detmer-group').style.display = '';map = new google.maps.Map(document.getElementById('solana-beach-CA-the-detmer-group'), mapOptions);}document.getElementById('c424f51e').innerHTML += ' | View Map';var $l5c9436083925623763af3ce6a58e44ce = '

The Detmer Group

Address: 312 S Cedros Ave #310, Solana Beach, CA 92075, USA
Phone: (858) 252-7100
';var m_5c9436083925623763af3ce6a58e44ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Detmer Group',});m_5c9436083925623763af3ce6a58e44ce['infowindow'] = new google.maps.InfoWindow({content: $l5c9436083925623763af3ce6a58e44ce});var infowindow = new google.maps.InfoWindow({content: $l5c9436083925623763af3ce6a58e44ce});google.maps.event.addListener(m_5c9436083925623763af3ce6a58e44ce, 'click', function() {infowindow.open(map,m_5c9436083925623763af3ce6a58e44ce);});$marker.push(m_5c9436083925623763af3ce6a58e44ce);}});}google.maps.event.addDomListener(window, 'load', initialize);