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.2033,-121.99)};var g_0b81b173217e7a6a84265eb680293b14 = new google.maps.Geocoder();g_0b81b173217e7a6a84265eb680293b14.geocode( { 'address': "1156 Griffin Ave, Enumclaw, WA 98022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enumclaw-WA-home-street-bank').style.display = '';map = new google.maps.Map(document.getElementById('enumclaw-WA-home-street-bank'), mapOptions);}document.getElementById('b3c5baf9').innerHTML += ' | View Map';var $l0b81b173217e7a6a84265eb680293b14 = '

Home Street Bank

Address: 1156 Griffin Ave, Enumclaw, WA 98022, USA
Phone: (253) 332-4524
';var m_0b81b173217e7a6a84265eb680293b14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Street Bank',});m_0b81b173217e7a6a84265eb680293b14['infowindow'] = new google.maps.InfoWindow({content: $l0b81b173217e7a6a84265eb680293b14});var infowindow = new google.maps.InfoWindow({content: $l0b81b173217e7a6a84265eb680293b14});google.maps.event.addListener(m_0b81b173217e7a6a84265eb680293b14, 'click', function() {infowindow.open(map,m_0b81b173217e7a6a84265eb680293b14);});$marker.push(m_0b81b173217e7a6a84265eb680293b14);}});}google.maps.event.addDomListener(window, 'load', initialize);