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.9374,-122.218)};var g_284ff3024f1fef6b53d273100d2b25d0 = new google.maps.Geocoder();g_284ff3024f1fef6b53d273100d2b25d0.geocode( { 'address': "6623 Evergreen Way, Everett, WA 98203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('everett-WA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('everett-WA-atm-union-bank'), mapOptions);}document.getElementById('5d693d8f').innerHTML += ' | View Map';var $l284ff3024f1fef6b53d273100d2b25d0 = '

ATM (Union Bank)

Address: 6623 Evergreen Way, Everett, WA 98203, USA
Phone:
';var m_284ff3024f1fef6b53d273100d2b25d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_284ff3024f1fef6b53d273100d2b25d0['infowindow'] = new google.maps.InfoWindow({content: $l284ff3024f1fef6b53d273100d2b25d0});var infowindow = new google.maps.InfoWindow({content: $l284ff3024f1fef6b53d273100d2b25d0});google.maps.event.addListener(m_284ff3024f1fef6b53d273100d2b25d0, 'click', function() {infowindow.open(map,m_284ff3024f1fef6b53d273100d2b25d0);});$marker.push(m_284ff3024f1fef6b53d273100d2b25d0);}});}google.maps.event.addDomListener(window, 'load', initialize);