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.8552,-122.221)};var g_5a389c3a1d78cb6c8d77b3369e724ff4 = new google.maps.Geocoder();g_5a389c3a1d78cb6c8d77b3369e724ff4.geocode( { 'address': "16412 9th Ave SE, Mill Creek, WA 98012"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mill-creek-WA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('mill-creek-WA-union-bank'), mapOptions);}document.getElementById('2fd6a6a2').innerHTML += ' | View Map';var $l5a389c3a1d78cb6c8d77b3369e724ff4 = '

Union Bank

Address: 16412 9th Ave SE, Mill Creek, WA 98012
Phone: (425) 787-3200
';var m_5a389c3a1d78cb6c8d77b3369e724ff4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_5a389c3a1d78cb6c8d77b3369e724ff4['infowindow'] = new google.maps.InfoWindow({content: $l5a389c3a1d78cb6c8d77b3369e724ff4});var infowindow = new google.maps.InfoWindow({content: $l5a389c3a1d78cb6c8d77b3369e724ff4});google.maps.event.addListener(m_5a389c3a1d78cb6c8d77b3369e724ff4, 'click', function() {infowindow.open(map,m_5a389c3a1d78cb6c8d77b3369e724ff4);});$marker.push(m_5a389c3a1d78cb6c8d77b3369e724ff4);}});}google.maps.event.addDomListener(window, 'load', initialize);