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.2253,-121.983)};var g_c57c49c8fd842f101cd2a00aea873846 = new google.maps.Geocoder();g_c57c49c8fd842f101cd2a00aea873846.geocode( { 'address': "127 N Santa Cruz Ave, Los Gatos, CA 95030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-gatos-CA-us-bank-david-savio').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-us-bank-david-savio'), mapOptions);}document.getElementById('c74c0364').innerHTML += ' | View Map';var $lc57c49c8fd842f101cd2a00aea873846 = '

U.S. Bank: David Savio

Address: 127 N Santa Cruz Ave, Los Gatos, CA 95030, USA
Phone: (408) 529-5026
';var m_c57c49c8fd842f101cd2a00aea873846 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: David Savio',});m_c57c49c8fd842f101cd2a00aea873846['infowindow'] = new google.maps.InfoWindow({content: $lc57c49c8fd842f101cd2a00aea873846});var infowindow = new google.maps.InfoWindow({content: $lc57c49c8fd842f101cd2a00aea873846});google.maps.event.addListener(m_c57c49c8fd842f101cd2a00aea873846, 'click', function() {infowindow.open(map,m_c57c49c8fd842f101cd2a00aea873846);});$marker.push(m_c57c49c8fd842f101cd2a00aea873846);}});}google.maps.event.addDomListener(window, 'load', initialize);