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.253,-121.966)};var g_71dc407af5ad9f5e2a8513886d398f8b = new google.maps.Geocoder();g_71dc407af5ad9f5e2a8513886d398f8b.geocode( { 'address': "16795 Lark Ave # 210, Los Gatos, CA 95032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-gatos-CA-loan-source').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-loan-source'), mapOptions);}document.getElementById('778662ea').innerHTML += ' | View Map';var $l71dc407af5ad9f5e2a8513886d398f8b = '

Loan Source

Address: 16795 Lark Ave # 210, Los Gatos, CA 95032, USA
Phone: (408) 827-3675
';var m_71dc407af5ad9f5e2a8513886d398f8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Source',});m_71dc407af5ad9f5e2a8513886d398f8b['infowindow'] = new google.maps.InfoWindow({content: $l71dc407af5ad9f5e2a8513886d398f8b});var infowindow = new google.maps.InfoWindow({content: $l71dc407af5ad9f5e2a8513886d398f8b});google.maps.event.addListener(m_71dc407af5ad9f5e2a8513886d398f8b, 'click', function() {infowindow.open(map,m_71dc407af5ad9f5e2a8513886d398f8b);});$marker.push(m_71dc407af5ad9f5e2a8513886d398f8b);}});}google.maps.event.addDomListener(window, 'load', initialize);