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.8105,-122.38)};var g_c86b509b408c4c4f5f84eeaf7922df29 = new google.maps.Geocoder();g_c86b509b408c4c4f5f84eeaf7922df29.geocode( { 'address': "123 3rd Ave S, Edmonds, WA 98020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edmonds-WA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('edmonds-WA-union-bank'), mapOptions);}document.getElementById('f7fe2400').innerHTML += ' | View Map';var $lc86b509b408c4c4f5f84eeaf7922df29 = '

Union Bank

Address: 123 3rd Ave S, Edmonds, WA 98020, USA
Phone: (425) 778-1255
';var m_c86b509b408c4c4f5f84eeaf7922df29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_c86b509b408c4c4f5f84eeaf7922df29['infowindow'] = new google.maps.InfoWindow({content: $lc86b509b408c4c4f5f84eeaf7922df29});var infowindow = new google.maps.InfoWindow({content: $lc86b509b408c4c4f5f84eeaf7922df29});google.maps.event.addListener(m_c86b509b408c4c4f5f84eeaf7922df29, 'click', function() {infowindow.open(map,m_c86b509b408c4c4f5f84eeaf7922df29);});$marker.push(m_c86b509b408c4c4f5f84eeaf7922df29);}});}google.maps.event.addDomListener(window, 'load', initialize);