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(44.9233,-123.316)};var g_af9f5d757506af805c417025da891bcd = new google.maps.Geocoder();g_af9f5d757506af805c417025da891bcd.geocode( { 'address': "636 Main St, Dallas, OR 97338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-OR-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-OR-wells-fargo-bank'), mapOptions);}document.getElementById('ee64bbf9').innerHTML += ' | View Map';var $laf9f5d757506af805c417025da891bcd = '

Wells Fargo Bank

Address: 636 Main St, Dallas, OR 97338, USA
Phone: (503) 623-8313
';var m_af9f5d757506af805c417025da891bcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_af9f5d757506af805c417025da891bcd['infowindow'] = new google.maps.InfoWindow({content: $laf9f5d757506af805c417025da891bcd});var infowindow = new google.maps.InfoWindow({content: $laf9f5d757506af805c417025da891bcd});google.maps.event.addListener(m_af9f5d757506af805c417025da891bcd, 'click', function() {infowindow.open(map,m_af9f5d757506af805c417025da891bcd);});$marker.push(m_af9f5d757506af805c417025da891bcd);}});}google.maps.event.addDomListener(window, 'load', initialize);