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.7226,-117.165)};var g_09ce3c5fe952c1b21211e3f0ae3bb757 = new google.maps.Geocoder();g_09ce3c5fe952c1b21211e3f0ae3bb757.geocode( { 'address': "1333 Camino Del Rio S, San Diego, CA 92108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-santa-barbara-loan').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-santa-barbara-loan'), mapOptions);}document.getElementById('eb532626').innerHTML += ' | View Map';var $l09ce3c5fe952c1b21211e3f0ae3bb757 = '

Santa Barbara Loan

Address: 1333 Camino Del Rio S, San Diego, CA 92108
Phone: (619) 274-8893
';var m_09ce3c5fe952c1b21211e3f0ae3bb757 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Barbara Loan',});m_09ce3c5fe952c1b21211e3f0ae3bb757['infowindow'] = new google.maps.InfoWindow({content: $l09ce3c5fe952c1b21211e3f0ae3bb757});var infowindow = new google.maps.InfoWindow({content: $l09ce3c5fe952c1b21211e3f0ae3bb757});google.maps.event.addListener(m_09ce3c5fe952c1b21211e3f0ae3bb757, 'click', function() {infowindow.open(map,m_09ce3c5fe952c1b21211e3f0ae3bb757);});$marker.push(m_09ce3c5fe952c1b21211e3f0ae3bb757);}});}google.maps.event.addDomListener(window, 'load', initialize);