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.2796,-122.032)};var g_5c490b208aeecdb2af2f4b6fb696a6fe = new google.maps.Geocoder();g_5c490b208aeecdb2af2f4b6fb696a6fe.geocode( { 'address': "12988 Saratoga Sunnyvale Rd a, Saratoga, CA 95070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-CA-union-bank'), mapOptions);}document.getElementById('5d5be89b').innerHTML += ' | View Map';var $l5c490b208aeecdb2af2f4b6fb696a6fe = '

Union Bank

Address: 12988 Saratoga Sunnyvale Rd a, Saratoga, CA 95070, USA
Phone: (408) 866-8264
';var m_5c490b208aeecdb2af2f4b6fb696a6fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_5c490b208aeecdb2af2f4b6fb696a6fe['infowindow'] = new google.maps.InfoWindow({content: $l5c490b208aeecdb2af2f4b6fb696a6fe});var infowindow = new google.maps.InfoWindow({content: $l5c490b208aeecdb2af2f4b6fb696a6fe});google.maps.event.addListener(m_5c490b208aeecdb2af2f4b6fb696a6fe, 'click', function() {infowindow.open(map,m_5c490b208aeecdb2af2f4b6fb696a6fe);});$marker.push(m_5c490b208aeecdb2af2f4b6fb696a6fe);}});}google.maps.event.addDomListener(window, 'load', initialize);