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.2231,-121.984)};var g_0398e75c1be48a8f66c9cb1c9e6b2052 = new google.maps.Geocoder();g_0398e75c1be48a8f66c9cb1c9e6b2052.geocode( { 'address': "15 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-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-atm-us-bank'), mapOptions);}document.getElementById('6d4eeed3').innerHTML += ' | View Map';var $l0398e75c1be48a8f66c9cb1c9e6b2052 = '

ATM (U.S. Bank)

Address: 15 N Santa Cruz Ave, Los Gatos, CA 95030, USA
Phone: (888) 200-9153
';var m_0398e75c1be48a8f66c9cb1c9e6b2052 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (U.S. Bank)',});m_0398e75c1be48a8f66c9cb1c9e6b2052['infowindow'] = new google.maps.InfoWindow({content: $l0398e75c1be48a8f66c9cb1c9e6b2052});var infowindow = new google.maps.InfoWindow({content: $l0398e75c1be48a8f66c9cb1c9e6b2052});google.maps.event.addListener(m_0398e75c1be48a8f66c9cb1c9e6b2052, 'click', function() {infowindow.open(map,m_0398e75c1be48a8f66c9cb1c9e6b2052);});$marker.push(m_0398e75c1be48a8f66c9cb1c9e6b2052);}});}google.maps.event.addDomListener(window, 'load', initialize);