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.7705,-117.143)};var g_bb25f5414529b8952763e7eae1a806b7 = new google.maps.Geocoder();g_bb25f5414529b8952763e7eae1a806b7.geocode( { 'address': "2020 Camino Del Rio N #1010, San Diego, CA 92108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-castle--cooke-mortgage-llc-san-diego-branch').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-castle--cooke-mortgage-llc-san-diego-branch'), mapOptions);}document.getElementById('10faea21').innerHTML += ' | View Map';var $lbb25f5414529b8952763e7eae1a806b7 = '

Castle & Cooke Mortgage, LLC (San Diego Branch)

Address: 2020 Camino Del Rio N #1010, San Diego, CA 92108, USA
Phone: (619) 866-3112
';var m_bb25f5414529b8952763e7eae1a806b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Castle & Cooke Mortgage, LLC (San Diego Branch)',});m_bb25f5414529b8952763e7eae1a806b7['infowindow'] = new google.maps.InfoWindow({content: $lbb25f5414529b8952763e7eae1a806b7});var infowindow = new google.maps.InfoWindow({content: $lbb25f5414529b8952763e7eae1a806b7});google.maps.event.addListener(m_bb25f5414529b8952763e7eae1a806b7, 'click', function() {infowindow.open(map,m_bb25f5414529b8952763e7eae1a806b7);});$marker.push(m_bb25f5414529b8952763e7eae1a806b7);}});}google.maps.event.addDomListener(window, 'load', initialize);