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(42.2745,-122.818)};var g_d6057c640358036b890ac394c46abb46 = new google.maps.Geocoder();g_d6057c640358036b890ac394c46abb46.geocode( { 'address': "735 N Main St, Phoenix, OR 97535"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-OR-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-OR-wells-fargo-bank'), mapOptions);}document.getElementById('6127cde1').innerHTML += ' | View Map';var $ld6057c640358036b890ac394c46abb46 = '

Wells Fargo Bank

Address: 735 N Main St, Phoenix, OR 97535
Phone: (541) 535-9147
';var m_d6057c640358036b890ac394c46abb46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_d6057c640358036b890ac394c46abb46['infowindow'] = new google.maps.InfoWindow({content: $ld6057c640358036b890ac394c46abb46});var infowindow = new google.maps.InfoWindow({content: $ld6057c640358036b890ac394c46abb46});google.maps.event.addListener(m_d6057c640358036b890ac394c46abb46, 'click', function() {infowindow.open(map,m_d6057c640358036b890ac394c46abb46);});$marker.push(m_d6057c640358036b890ac394c46abb46);}});}google.maps.event.addDomListener(window, 'load', initialize);