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.5833,-122.034)};var g_d134d2d58d9f0adf8fc369c0cdb57d3f = new google.maps.Geocoder();g_d134d2d58d9f0adf8fc369c0cdb57d3f.geocode( { 'address': "3012 228th Ave SE, Sammamish, WA 98075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sammamish-WA-becu-atm').style.display = '';map = new google.maps.Map(document.getElementById('sammamish-WA-becu-atm'), mapOptions);}document.getElementById('ace7c54e').innerHTML += ' | View Map';var $ld134d2d58d9f0adf8fc369c0cdb57d3f = '

BECU ATM

Address: 3012 228th Ave SE, Sammamish, WA 98075, USA
Phone: (800) 233-2328
';var m_d134d2d58d9f0adf8fc369c0cdb57d3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BECU ATM',});m_d134d2d58d9f0adf8fc369c0cdb57d3f['infowindow'] = new google.maps.InfoWindow({content: $ld134d2d58d9f0adf8fc369c0cdb57d3f});var infowindow = new google.maps.InfoWindow({content: $ld134d2d58d9f0adf8fc369c0cdb57d3f});google.maps.event.addListener(m_d134d2d58d9f0adf8fc369c0cdb57d3f, 'click', function() {infowindow.open(map,m_d134d2d58d9f0adf8fc369c0cdb57d3f);});$marker.push(m_d134d2d58d9f0adf8fc369c0cdb57d3f);}});}google.maps.event.addDomListener(window, 'load', initialize);