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.5351,-123.015)};var g_49a3d17875d7adb98e4582849ee7a909 = new google.maps.Geocoder();g_49a3d17875d7adb98e4582849ee7a909.geocode( { 'address': "9 Spring St, Friday Harbor, WA 98250, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('friday-harbor-WA-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('friday-harbor-WA-atm-key-bank'), mapOptions);}document.getElementById('d3406a37').innerHTML += ' | View Map';var $l49a3d17875d7adb98e4582849ee7a909 = '

ATM (Key Bank)

Address: 9 Spring St, Friday Harbor, WA 98250, USA
Phone:
';var m_49a3d17875d7adb98e4582849ee7a909 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_49a3d17875d7adb98e4582849ee7a909['infowindow'] = new google.maps.InfoWindow({content: $l49a3d17875d7adb98e4582849ee7a909});var infowindow = new google.maps.InfoWindow({content: $l49a3d17875d7adb98e4582849ee7a909});google.maps.event.addListener(m_49a3d17875d7adb98e4582849ee7a909, 'click', function() {infowindow.open(map,m_49a3d17875d7adb98e4582849ee7a909);});$marker.push(m_49a3d17875d7adb98e4582849ee7a909);}});}google.maps.event.addDomListener(window, 'load', initialize);