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.85,-120.044)};var g_1b57ad9681c36d81acf1bc49844ec79d = new google.maps.Geocoder();g_1b57ad9681c36d81acf1bc49844ec79d.geocode( { 'address': "222 E Woodin Ave, Chelan, WA 98816"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chelan-WA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('chelan-WA-wells-fargo-bank'), mapOptions);}document.getElementById('c7412894').innerHTML += ' | View Map';var $l1b57ad9681c36d81acf1bc49844ec79d = '

Wells Fargo Bank

Address: 222 E Woodin Ave, Chelan, WA 98816
Phone: (509) 682-2541
';var m_1b57ad9681c36d81acf1bc49844ec79d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_1b57ad9681c36d81acf1bc49844ec79d['infowindow'] = new google.maps.InfoWindow({content: $l1b57ad9681c36d81acf1bc49844ec79d});var infowindow = new google.maps.InfoWindow({content: $l1b57ad9681c36d81acf1bc49844ec79d});google.maps.event.addListener(m_1b57ad9681c36d81acf1bc49844ec79d, 'click', function() {infowindow.open(map,m_1b57ad9681c36d81acf1bc49844ec79d);});$marker.push(m_1b57ad9681c36d81acf1bc49844ec79d);}});}google.maps.event.addDomListener(window, 'load', initialize);