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()};var g_ac6cfcd78e60f93426f6374089378b29 = new google.maps.Geocoder();g_ac6cfcd78e60f93426f6374089378b29.geocode( { 'address': "20333 Ballinger Way NE, Shoreline, WA 98155"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shoreline-WA-whidbey-island-bank').style.display = '';map = new google.maps.Map(document.getElementById('shoreline-WA-whidbey-island-bank'), mapOptions);}document.getElementById('d1c9c1f5').innerHTML += ' | View Map';var $lac6cfcd78e60f93426f6374089378b29 = '

Whidbey Island Bank

Address: 20333 Ballinger Way NE, Shoreline, WA 98155
Phone: (206) 363-7202
';var m_ac6cfcd78e60f93426f6374089378b29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whidbey Island Bank',});m_ac6cfcd78e60f93426f6374089378b29['infowindow'] = new google.maps.InfoWindow({content: $lac6cfcd78e60f93426f6374089378b29});var infowindow = new google.maps.InfoWindow({content: $lac6cfcd78e60f93426f6374089378b29});google.maps.event.addListener(m_ac6cfcd78e60f93426f6374089378b29, 'click', function() {infowindow.open(map,m_ac6cfcd78e60f93426f6374089378b29);});$marker.push(m_ac6cfcd78e60f93426f6374089378b29);}});}google.maps.event.addDomListener(window, 'load', initialize);