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.7567,-117.217)};var g_4ebd6c10736654057ef11dbe8b918419 = new google.maps.Geocoder();g_4ebd6c10736654057ef11dbe8b918419.geocode( { 'address': "3940 Hancock St #111, San Diego, CA 92110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-california-construction-loans').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-california-construction-loans'), mapOptions);}document.getElementById('61d6b71c').innerHTML += ' | View Map';var $l4ebd6c10736654057ef11dbe8b918419 = '

California Construction Loans

Address: 3940 Hancock St #111, San Diego, CA 92110, USA
Phone: (619) 222-1059
';var m_4ebd6c10736654057ef11dbe8b918419 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Construction Loans',});m_4ebd6c10736654057ef11dbe8b918419['infowindow'] = new google.maps.InfoWindow({content: $l4ebd6c10736654057ef11dbe8b918419});var infowindow = new google.maps.InfoWindow({content: $l4ebd6c10736654057ef11dbe8b918419});google.maps.event.addListener(m_4ebd6c10736654057ef11dbe8b918419, 'click', function() {infowindow.open(map,m_4ebd6c10736654057ef11dbe8b918419);});$marker.push(m_4ebd6c10736654057ef11dbe8b918419);}});}google.maps.event.addDomListener(window, 'load', initialize);