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(48.0609,-122.154)};var g_e934fd4ca812c03831da8beac4d87213 = new google.maps.Geocoder();g_e934fd4ca812c03831da8beac4d87213.geocode( { 'address': "1020 State Ave, Marysville, WA 98270"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marysville-WA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('marysville-WA-union-bank'), mapOptions);}document.getElementById('115dbaf9').innerHTML += ' | View Map';var $le934fd4ca812c03831da8beac4d87213 = '

Union Bank

Address: 1020 State Ave, Marysville, WA 98270
Phone: (425) 388-5500
';var m_e934fd4ca812c03831da8beac4d87213 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_e934fd4ca812c03831da8beac4d87213['infowindow'] = new google.maps.InfoWindow({content: $le934fd4ca812c03831da8beac4d87213});var infowindow = new google.maps.InfoWindow({content: $le934fd4ca812c03831da8beac4d87213});google.maps.event.addListener(m_e934fd4ca812c03831da8beac4d87213, 'click', function() {infowindow.open(map,m_e934fd4ca812c03831da8beac4d87213);});$marker.push(m_e934fd4ca812c03831da8beac4d87213);}});}google.maps.event.addDomListener(window, 'load', initialize);