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.9266,-122.996)};var g_5fd46b34a6a2b731b200d17014ad4409 = new google.maps.Geocoder();g_5fd46b34a6a2b731b200d17014ad4409.geocode( { 'address': "355 Hawthorne Ave SE, Salem, OR 97301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-wells-fargo-call').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-wells-fargo-call'), mapOptions);}document.getElementById('02fdbde7').innerHTML += ' | View Map';var $l5fd46b34a6a2b731b200d17014ad4409 = '

Wells Fargo Call

Address: 355 Hawthorne Ave SE, Salem, OR 97301, USA
Phone:
';var m_5fd46b34a6a2b731b200d17014ad4409 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Call',});m_5fd46b34a6a2b731b200d17014ad4409['infowindow'] = new google.maps.InfoWindow({content: $l5fd46b34a6a2b731b200d17014ad4409});var infowindow = new google.maps.InfoWindow({content: $l5fd46b34a6a2b731b200d17014ad4409});google.maps.event.addListener(m_5fd46b34a6a2b731b200d17014ad4409, 'click', function() {infowindow.open(map,m_5fd46b34a6a2b731b200d17014ad4409);});$marker.push(m_5fd46b34a6a2b731b200d17014ad4409);}});}google.maps.event.addDomListener(window, 'load', initialize);