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.9367,-117.238)};var g_97e1f9cf8a805fd0593b40b9ebf72cfc = new google.maps.Geocoder();g_97e1f9cf8a805fd0593b40b9ebf72cfc.geocode( { 'address': "11975 El Camino Real # 101, San Diego, CA 92130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-mortgage-loan-specialist').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-mortgage-loan-specialist'), mapOptions);}document.getElementById('c57fd668').innerHTML += ' | View Map';var $l97e1f9cf8a805fd0593b40b9ebf72cfc = '

Mortgage Loan Specialist

Address: 11975 El Camino Real # 101, San Diego, CA 92130, USA
Phone: (858) 793-1700
';var m_97e1f9cf8a805fd0593b40b9ebf72cfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Loan Specialist',});m_97e1f9cf8a805fd0593b40b9ebf72cfc['infowindow'] = new google.maps.InfoWindow({content: $l97e1f9cf8a805fd0593b40b9ebf72cfc});var infowindow = new google.maps.InfoWindow({content: $l97e1f9cf8a805fd0593b40b9ebf72cfc});google.maps.event.addListener(m_97e1f9cf8a805fd0593b40b9ebf72cfc, 'click', function() {infowindow.open(map,m_97e1f9cf8a805fd0593b40b9ebf72cfc);});$marker.push(m_97e1f9cf8a805fd0593b40b9ebf72cfc);}});}google.maps.event.addDomListener(window, 'load', initialize);