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.7585,-122.249)};var g_326253bf171ec0229d143aa4e53010ae = new google.maps.Geocoder();g_326253bf171ec0229d143aa4e53010ae.geocode( { 'address': "6830 Bothell Way NE f, Kenmore, WA 98028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenmore-WA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('kenmore-WA-wells-fargo-bank'), mapOptions);}document.getElementById('10ee94df').innerHTML += ' | View Map';var $l326253bf171ec0229d143aa4e53010ae = '

Wells Fargo Bank

Address: 6830 Bothell Way NE f, Kenmore, WA 98028, USA
Phone: (425) 949-0411
';var m_326253bf171ec0229d143aa4e53010ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_326253bf171ec0229d143aa4e53010ae['infowindow'] = new google.maps.InfoWindow({content: $l326253bf171ec0229d143aa4e53010ae});var infowindow = new google.maps.InfoWindow({content: $l326253bf171ec0229d143aa4e53010ae});google.maps.event.addListener(m_326253bf171ec0229d143aa4e53010ae, 'click', function() {infowindow.open(map,m_326253bf171ec0229d143aa4e53010ae);});$marker.push(m_326253bf171ec0229d143aa4e53010ae);}});}google.maps.event.addDomListener(window, 'load', initialize);