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(47.2559,-122.442)};var g_118374afdf5025d0612bea7472516433 = new google.maps.Geocoder();g_118374afdf5025d0612bea7472516433.geocode( { 'address': "1501 Commerce St, Tacoma, WA 98402"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tacoma-WA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('tacoma-WA-union-bank-of-california'), mapOptions);}document.getElementById('a1b41106').innerHTML += ' | View Map';var $l118374afdf5025d0612bea7472516433 = '

Union Bank of California

Address: 1501 Commerce St, Tacoma, WA 98402
Phone: (253) 591-2543
';var m_118374afdf5025d0612bea7472516433 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_118374afdf5025d0612bea7472516433['infowindow'] = new google.maps.InfoWindow({content: $l118374afdf5025d0612bea7472516433});var infowindow = new google.maps.InfoWindow({content: $l118374afdf5025d0612bea7472516433});google.maps.event.addListener(m_118374afdf5025d0612bea7472516433, 'click', function() {infowindow.open(map,m_118374afdf5025d0612bea7472516433);});$marker.push(m_118374afdf5025d0612bea7472516433);}});}google.maps.event.addDomListener(window, 'load', initialize);