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.3141,-122.044)};var g_121f112758e4254fd9b922dfa871720d = new google.maps.Geocoder();g_121f112758e4254fd9b922dfa871720d.geocode( { 'address': "601 1st St, Cupertino, CA 95014"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cupertino-CA-palo-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('cupertino-CA-palo-savings-bank'), mapOptions);}document.getElementById('9d9687bb').innerHTML += ' | View Map';var $l121f112758e4254fd9b922dfa871720d = '

Palo Savings Bank

Address: 601 1st St, Cupertino, CA 95014
Phone: (319) 851-2241
';var m_121f112758e4254fd9b922dfa871720d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Palo Savings Bank',});m_121f112758e4254fd9b922dfa871720d['infowindow'] = new google.maps.InfoWindow({content: $l121f112758e4254fd9b922dfa871720d});var infowindow = new google.maps.InfoWindow({content: $l121f112758e4254fd9b922dfa871720d});google.maps.event.addListener(m_121f112758e4254fd9b922dfa871720d, 'click', function() {infowindow.open(map,m_121f112758e4254fd9b922dfa871720d);});$marker.push(m_121f112758e4254fd9b922dfa871720d);}});}google.maps.event.addDomListener(window, 'load', initialize);