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(37.6427,-122.42)};var g_9d54a25ec5bb13fceaa4bd71f05fd5ce = new google.maps.Geocoder();g_9d54a25ec5bb13fceaa4bd71f05fd5ce.geocode( { 'address': "1435 Huntington Ave #100, South San Francisco, CA 94080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-san-francisco-CA-california-mortgage-company-inc').style.display = '';map = new google.maps.Map(document.getElementById('south-san-francisco-CA-california-mortgage-company-inc'), mapOptions);}document.getElementById('9030d642').innerHTML += ' | View Map';var $l9d54a25ec5bb13fceaa4bd71f05fd5ce = '

California Mortgage Company, Inc.

Address: 1435 Huntington Ave #100, South San Francisco, CA 94080, USA
Phone: (650) 873-2228
';var m_9d54a25ec5bb13fceaa4bd71f05fd5ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Mortgage Company, Inc.',});m_9d54a25ec5bb13fceaa4bd71f05fd5ce['infowindow'] = new google.maps.InfoWindow({content: $l9d54a25ec5bb13fceaa4bd71f05fd5ce});var infowindow = new google.maps.InfoWindow({content: $l9d54a25ec5bb13fceaa4bd71f05fd5ce});google.maps.event.addListener(m_9d54a25ec5bb13fceaa4bd71f05fd5ce, 'click', function() {infowindow.open(map,m_9d54a25ec5bb13fceaa4bd71f05fd5ce);});$marker.push(m_9d54a25ec5bb13fceaa4bd71f05fd5ce);}});}google.maps.event.addDomListener(window, 'load', initialize);