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.7639,-122.348)};var g_15992174039ff729f588d6c82cf022c1 = new google.maps.Geocoder();g_15992174039ff729f588d6c82cf022c1.geocode( { 'address': "18525 Firlands Way N, Shoreline, WA 98133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shoreline-WA-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('shoreline-WA-bank-of-america-atm'), mapOptions);}document.getElementById('92e2aeb2').innerHTML += ' | View Map';var $l15992174039ff729f588d6c82cf022c1 = '

Bank of America ATM

Address: 18525 Firlands Way N, Shoreline, WA 98133, USA
Phone: (206) 542-3166
';var m_15992174039ff729f588d6c82cf022c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America ATM',});m_15992174039ff729f588d6c82cf022c1['infowindow'] = new google.maps.InfoWindow({content: $l15992174039ff729f588d6c82cf022c1});var infowindow = new google.maps.InfoWindow({content: $l15992174039ff729f588d6c82cf022c1});google.maps.event.addListener(m_15992174039ff729f588d6c82cf022c1, 'click', function() {infowindow.open(map,m_15992174039ff729f588d6c82cf022c1);});$marker.push(m_15992174039ff729f588d6c82cf022c1);}});}google.maps.event.addDomListener(window, 'load', initialize);