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.9695,-117.262)};var g_e18895fc27444c68869f1c54110f8a02 = new google.maps.Geocoder();g_e18895fc27444c68869f1c54110f8a02.geocode( { 'address': "2195 San Dieguito Dr #4b, Del Mar, CA 92014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('del-mar-CA-miramar-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('del-mar-CA-miramar-financial-group-inc'), mapOptions);}document.getElementById('33e954c4').innerHTML += ' | View Map';var $le18895fc27444c68869f1c54110f8a02 = '

Miramar Financial Group Inc

Address: 2195 San Dieguito Dr #4b, Del Mar, CA 92014, USA
Phone: (858) 755-0144
';var m_e18895fc27444c68869f1c54110f8a02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Miramar Financial Group Inc',});m_e18895fc27444c68869f1c54110f8a02['infowindow'] = new google.maps.InfoWindow({content: $le18895fc27444c68869f1c54110f8a02});var infowindow = new google.maps.InfoWindow({content: $le18895fc27444c68869f1c54110f8a02});google.maps.event.addListener(m_e18895fc27444c68869f1c54110f8a02, 'click', function() {infowindow.open(map,m_e18895fc27444c68869f1c54110f8a02);});$marker.push(m_e18895fc27444c68869f1c54110f8a02);}});}google.maps.event.addDomListener(window, 'load', initialize);