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.229,-121.967)};var g_843d0dd84a48939f1c85f497820c09c1 = new google.maps.Geocoder();g_843d0dd84a48939f1c85f497820c09c1.geocode( { 'address': "451 Los Gatos Blvd #104, Los Gatos, CA 95032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-gatos-CA-silicon-valley-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-silicon-valley-mortgage'), mapOptions);}document.getElementById('471c8f9e').innerHTML += ' | View Map';var $l843d0dd84a48939f1c85f497820c09c1 = '

Silicon Valley Mortgage

Address: 451 Los Gatos Blvd #104, Los Gatos, CA 95032, USA
Phone: (408) 260-5900
';var m_843d0dd84a48939f1c85f497820c09c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Silicon Valley Mortgage',});m_843d0dd84a48939f1c85f497820c09c1['infowindow'] = new google.maps.InfoWindow({content: $l843d0dd84a48939f1c85f497820c09c1});var infowindow = new google.maps.InfoWindow({content: $l843d0dd84a48939f1c85f497820c09c1});google.maps.event.addListener(m_843d0dd84a48939f1c85f497820c09c1, 'click', function() {infowindow.open(map,m_843d0dd84a48939f1c85f497820c09c1);});$marker.push(m_843d0dd84a48939f1c85f497820c09c1);}});}google.maps.event.addDomListener(window, 'load', initialize);