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.2308,-121.98)};var g_ecf50dab88a7b644dbfc70d10e6e6626 = new google.maps.Geocoder();g_ecf50dab88a7b644dbfc70d10e6e6626.geocode( { 'address': "444 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-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-comerica-bank'), mapOptions);}document.getElementById('ad376d51').innerHTML += ' | View Map';var $lecf50dab88a7b644dbfc70d10e6e6626 = '

Comerica Bank

Address: 444 N Santa Cruz Ave, Los Gatos, CA 95030, USA
Phone: (408) 354-2620
';var m_ecf50dab88a7b644dbfc70d10e6e6626 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_ecf50dab88a7b644dbfc70d10e6e6626['infowindow'] = new google.maps.InfoWindow({content: $lecf50dab88a7b644dbfc70d10e6e6626});var infowindow = new google.maps.InfoWindow({content: $lecf50dab88a7b644dbfc70d10e6e6626});google.maps.event.addListener(m_ecf50dab88a7b644dbfc70d10e6e6626, 'click', function() {infowindow.open(map,m_ecf50dab88a7b644dbfc70d10e6e6626);});$marker.push(m_ecf50dab88a7b644dbfc70d10e6e6626);}});}google.maps.event.addDomListener(window, 'load', initialize);