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(48.4989,-122.607)};var g_c68872e6cff6f7f445ce75299f546c3d = new google.maps.Geocoder();g_c68872e6cff6f7f445ce75299f546c3d.geocode( { 'address': "1600 Commercial Ave, Anacortes, WA 98221"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anacortes-WA-keybank').style.display = '';map = new google.maps.Map(document.getElementById('anacortes-WA-keybank'), mapOptions);}document.getElementById('9837d8c0').innerHTML += ' | View Map';var $lc68872e6cff6f7f445ce75299f546c3d = '

KeyBank

Address: 1600 Commercial Ave, Anacortes, WA 98221
Phone: (360) 293-5611
';var m_c68872e6cff6f7f445ce75299f546c3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_c68872e6cff6f7f445ce75299f546c3d['infowindow'] = new google.maps.InfoWindow({content: $lc68872e6cff6f7f445ce75299f546c3d});var infowindow = new google.maps.InfoWindow({content: $lc68872e6cff6f7f445ce75299f546c3d});google.maps.event.addListener(m_c68872e6cff6f7f445ce75299f546c3d, 'click', function() {infowindow.open(map,m_c68872e6cff6f7f445ce75299f546c3d);});$marker.push(m_c68872e6cff6f7f445ce75299f546c3d);}});}google.maps.event.addDomListener(window, 'load', initialize);