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.6113,-122.333)};var g_4b605064805d0af927e25c080132fe6b = new google.maps.Geocoder();g_4b605064805d0af927e25c080132fe6b.geocode( { 'address': "222 Yale Ave N, Seattle, WA 98109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-bank-of-america-atm').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-bank-of-america-atm'), mapOptions);}document.getElementById('d120ef82').innerHTML += ' | View Map';var $l4b605064805d0af927e25c080132fe6b = '

Bank of America Atm

Address: 222 Yale Ave N, Seattle, WA 98109
Phone: (206) 461-0800
';var m_4b605064805d0af927e25c080132fe6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Atm',});m_4b605064805d0af927e25c080132fe6b['infowindow'] = new google.maps.InfoWindow({content: $l4b605064805d0af927e25c080132fe6b});var infowindow = new google.maps.InfoWindow({content: $l4b605064805d0af927e25c080132fe6b});google.maps.event.addListener(m_4b605064805d0af927e25c080132fe6b, 'click', function() {infowindow.open(map,m_4b605064805d0af927e25c080132fe6b);});$marker.push(m_4b605064805d0af927e25c080132fe6b);}});}google.maps.event.addDomListener(window, 'load', initialize);