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.7384,-121.987)};var g_c3f7425623368e83a562573f748d5833 = new google.maps.Geocoder();g_c3f7425623368e83a562573f748d5833.geocode( { 'address': "15305 Main St NE, Duvall, WA 98019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duvall-WA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('duvall-WA-union-bank'), mapOptions);}document.getElementById('f0ef2f71').innerHTML += ' | View Map';var $lc3f7425623368e83a562573f748d5833 = '

Union Bank

Address: 15305 Main St NE, Duvall, WA 98019, USA
Phone: (425) 788-1177
';var m_c3f7425623368e83a562573f748d5833 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_c3f7425623368e83a562573f748d5833['infowindow'] = new google.maps.InfoWindow({content: $lc3f7425623368e83a562573f748d5833});var infowindow = new google.maps.InfoWindow({content: $lc3f7425623368e83a562573f748d5833});google.maps.event.addListener(m_c3f7425623368e83a562573f748d5833, 'click', function() {infowindow.open(map,m_c3f7425623368e83a562573f748d5833);});$marker.push(m_c3f7425623368e83a562573f748d5833);}});}google.maps.event.addDomListener(window, 'load', initialize);