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(36.9413,-121.783)};var g_9ab87c7f29536f880d091701f89c9111 = new google.maps.Geocoder();g_9ab87c7f29536f880d091701f89c9111.geocode( { 'address': "35 E Lake Ave, Watsonville, CA 95076"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watsonville-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('watsonville-CA-union-bank-of-california'), mapOptions);}document.getElementById('ef9a48c9').innerHTML += ' | View Map';var $l9ab87c7f29536f880d091701f89c9111 = '

Union Bank of California

Address: 35 E Lake Ave, Watsonville, CA 95076
Phone: (831) 722-3822
';var m_9ab87c7f29536f880d091701f89c9111 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_9ab87c7f29536f880d091701f89c9111['infowindow'] = new google.maps.InfoWindow({content: $l9ab87c7f29536f880d091701f89c9111});var infowindow = new google.maps.InfoWindow({content: $l9ab87c7f29536f880d091701f89c9111});google.maps.event.addListener(m_9ab87c7f29536f880d091701f89c9111, 'click', function() {infowindow.open(map,m_9ab87c7f29536f880d091701f89c9111);});$marker.push(m_9ab87c7f29536f880d091701f89c9111);}});}google.maps.event.addDomListener(window, 'load', initialize);