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(34.4318,-119.722)};var g_2c3704b997882270404d5380266826ec = new google.maps.Geocoder();g_2c3704b997882270404d5380266826ec.geocode( { 'address': "20 E Carrillo St, Santa Barbara, CA 93101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-union-bank'), mapOptions);}document.getElementById('2df14314').innerHTML += ' | View Map';var $l2c3704b997882270404d5380266826ec = '

Union Bank

Address: 20 E Carrillo St, Santa Barbara, CA 93101, USA
Phone: (805) 564-6410
';var m_2c3704b997882270404d5380266826ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_2c3704b997882270404d5380266826ec['infowindow'] = new google.maps.InfoWindow({content: $l2c3704b997882270404d5380266826ec});var infowindow = new google.maps.InfoWindow({content: $l2c3704b997882270404d5380266826ec});google.maps.event.addListener(m_2c3704b997882270404d5380266826ec, 'click', function() {infowindow.open(map,m_2c3704b997882270404d5380266826ec);});$marker.push(m_2c3704b997882270404d5380266826ec);}});var g_b2420b697849a300ece7982b58557094 = new google.maps.Geocoder();g_b2420b697849a300ece7982b58557094.geocode( { 'address': "220 Nogales Ave, Santa Barbara, CA 93105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-union-bank'), mapOptions);}document.getElementById('3f805efe').innerHTML += ' | View Map';var $lb2420b697849a300ece7982b58557094 = '

Union Bank

Address: 220 Nogales Ave, Santa Barbara, CA 93105, USA
Phone: (805) 687-9994
';var m_b2420b697849a300ece7982b58557094 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_b2420b697849a300ece7982b58557094['infowindow'] = new google.maps.InfoWindow({content: $lb2420b697849a300ece7982b58557094});var infowindow = new google.maps.InfoWindow({content: $lb2420b697849a300ece7982b58557094});google.maps.event.addListener(m_b2420b697849a300ece7982b58557094, 'click', function() {infowindow.open(map,m_b2420b697849a300ece7982b58557094);});$marker.push(m_b2420b697849a300ece7982b58557094);}});}google.maps.event.addDomListener(window, 'load', initialize);