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.3068,-122.261)};var g_9809ce0a78e1703bcfb3ed4ade296ea8 = new google.maps.Geocoder();g_9809ce0a78e1703bcfb3ed4ade296ea8.geocode( { 'address': "15 Auburn Ave, Auburn, WA 98002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-WA-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-WA-key-bank'), mapOptions);}document.getElementById('c89f62e5').innerHTML += ' | View Map';var $l9809ce0a78e1703bcfb3ed4ade296ea8 = '

Key Bank

Address: 15 Auburn Ave, Auburn, WA 98002
Phone: (253) 833-8622
';var m_9809ce0a78e1703bcfb3ed4ade296ea8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_9809ce0a78e1703bcfb3ed4ade296ea8['infowindow'] = new google.maps.InfoWindow({content: $l9809ce0a78e1703bcfb3ed4ade296ea8});var infowindow = new google.maps.InfoWindow({content: $l9809ce0a78e1703bcfb3ed4ade296ea8});google.maps.event.addListener(m_9809ce0a78e1703bcfb3ed4ade296ea8, 'click', function() {infowindow.open(map,m_9809ce0a78e1703bcfb3ed4ade296ea8);});$marker.push(m_9809ce0a78e1703bcfb3ed4ade296ea8);}});}google.maps.event.addDomListener(window, 'load', initialize);