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.4605,-122.332)};var g_69c90611df79a8d339633e72c67ff561 = new google.maps.Geocoder();g_69c90611df79a8d339633e72c67ff561.geocode( { 'address': "15830 1st Avenue South, Burien, WA 98148, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burien-WA-becu-atm').style.display = '';map = new google.maps.Map(document.getElementById('burien-WA-becu-atm'), mapOptions);}document.getElementById('24c97b03').innerHTML += ' | View Map';var $l69c90611df79a8d339633e72c67ff561 = '

BECU ATM

Address: 15830 1st Avenue South, Burien, WA 98148, USA
Phone:
';var m_69c90611df79a8d339633e72c67ff561 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BECU ATM',});m_69c90611df79a8d339633e72c67ff561['infowindow'] = new google.maps.InfoWindow({content: $l69c90611df79a8d339633e72c67ff561});var infowindow = new google.maps.InfoWindow({content: $l69c90611df79a8d339633e72c67ff561});google.maps.event.addListener(m_69c90611df79a8d339633e72c67ff561, 'click', function() {infowindow.open(map,m_69c90611df79a8d339633e72c67ff561);});$marker.push(m_69c90611df79a8d339633e72c67ff561);}});}google.maps.event.addDomListener(window, 'load', initialize);