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.7607,-122.202)};var g_6f13eb7340e6ce6ba7ffd6493084292b = new google.maps.Geocoder();g_6f13eb7340e6ce6ba7ffd6493084292b.geocode( { 'address': "10304 Main St, Bothell, WA 98011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bothell-WA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('bothell-WA-atm-union-bank'), mapOptions);}document.getElementById('e3b53518').innerHTML += ' | View Map';var $l6f13eb7340e6ce6ba7ffd6493084292b = '

ATM (Union Bank)

Address: 10304 Main St, Bothell, WA 98011, USA
Phone:
';var m_6f13eb7340e6ce6ba7ffd6493084292b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_6f13eb7340e6ce6ba7ffd6493084292b['infowindow'] = new google.maps.InfoWindow({content: $l6f13eb7340e6ce6ba7ffd6493084292b});var infowindow = new google.maps.InfoWindow({content: $l6f13eb7340e6ce6ba7ffd6493084292b});google.maps.event.addListener(m_6f13eb7340e6ce6ba7ffd6493084292b, 'click', function() {infowindow.open(map,m_6f13eb7340e6ce6ba7ffd6493084292b);});$marker.push(m_6f13eb7340e6ce6ba7ffd6493084292b);}});}google.maps.event.addDomListener(window, 'load', initialize);