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(33.6596,-117.698)};var g_72ea9d3fbced77a5beecf12ec41a4e3b = new google.maps.Geocoder();g_72ea9d3fbced77a5beecf12ec41a4e3b.geocode( { 'address': "2 S Pointe Dr #225, Lake Forest, CA 92630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-forest-CA-directors-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('lake-forest-CA-directors-financial-group'), mapOptions);}document.getElementById('c7f24837').innerHTML += ' | View Map';var $l72ea9d3fbced77a5beecf12ec41a4e3b = '

Directors Financial Group

Address: 2 S Pointe Dr #225, Lake Forest, CA 92630, USA
Phone: (888) 787-1987
';var m_72ea9d3fbced77a5beecf12ec41a4e3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Directors Financial Group',});m_72ea9d3fbced77a5beecf12ec41a4e3b['infowindow'] = new google.maps.InfoWindow({content: $l72ea9d3fbced77a5beecf12ec41a4e3b});var infowindow = new google.maps.InfoWindow({content: $l72ea9d3fbced77a5beecf12ec41a4e3b});google.maps.event.addListener(m_72ea9d3fbced77a5beecf12ec41a4e3b, 'click', function() {infowindow.open(map,m_72ea9d3fbced77a5beecf12ec41a4e3b);});$marker.push(m_72ea9d3fbced77a5beecf12ec41a4e3b);}});}google.maps.event.addDomListener(window, 'load', initialize);