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.989,-122.058)};var g_cca92d2ab5f65957b7e7fcfb5bdb7176 = new google.maps.Geocoder();g_cca92d2ab5f65957b7e7fcfb5bdb7176.geocode( { 'address': "110 Morrissey Blvd, Santa Cruz, CA 95062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-cruz-CA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-cruz-CA-u-s-bank'), mapOptions);}document.getElementById('77bbb2de').innerHTML += ' | View Map';var $lcca92d2ab5f65957b7e7fcfb5bdb7176 = '

U S Bank

Address: 110 Morrissey Blvd, Santa Cruz, CA 95062
Phone: (831) 425-1222
';var m_cca92d2ab5f65957b7e7fcfb5bdb7176 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U S Bank',});m_cca92d2ab5f65957b7e7fcfb5bdb7176['infowindow'] = new google.maps.InfoWindow({content: $lcca92d2ab5f65957b7e7fcfb5bdb7176});var infowindow = new google.maps.InfoWindow({content: $lcca92d2ab5f65957b7e7fcfb5bdb7176});google.maps.event.addListener(m_cca92d2ab5f65957b7e7fcfb5bdb7176, 'click', function() {infowindow.open(map,m_cca92d2ab5f65957b7e7fcfb5bdb7176);});$marker.push(m_cca92d2ab5f65957b7e7fcfb5bdb7176);}});}google.maps.event.addDomListener(window, 'load', initialize);