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.1592,-122.521)};var g_5fbcc3e0acf31b22924fd3b3730864fc = new google.maps.Geocoder();g_5fbcc3e0acf31b22924fd3b3730864fc.geocode( { 'address': "10802 Gravelly Lake Dr SW, Lakewood, WA 98499, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-WA-atm-homestreet-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-WA-atm-homestreet-bank'), mapOptions);}document.getElementById('063de6b4').innerHTML += ' | View Map';var $l5fbcc3e0acf31b22924fd3b3730864fc = '

ATM Homestreet Bank

Address: 10802 Gravelly Lake Dr SW, Lakewood, WA 98499, USA
Phone: (800) 627-3999
';var m_5fbcc3e0acf31b22924fd3b3730864fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Homestreet Bank',});m_5fbcc3e0acf31b22924fd3b3730864fc['infowindow'] = new google.maps.InfoWindow({content: $l5fbcc3e0acf31b22924fd3b3730864fc});var infowindow = new google.maps.InfoWindow({content: $l5fbcc3e0acf31b22924fd3b3730864fc});google.maps.event.addListener(m_5fbcc3e0acf31b22924fd3b3730864fc, 'click', function() {infowindow.open(map,m_5fbcc3e0acf31b22924fd3b3730864fc);});$marker.push(m_5fbcc3e0acf31b22924fd3b3730864fc);}});}google.maps.event.addDomListener(window, 'load', initialize);