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(43.3018,-123.089)};var g_46286f683f8cb3eb732593a7424496c4 = new google.maps.Geocoder();g_46286f683f8cb3eb732593a7424496c4.geocode( { 'address': "19421 N Umpqua Hwy, Glide, OR 97443, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glide-OR-premierwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('glide-OR-premierwest-bank'), mapOptions);}document.getElementById('cd74c0f3').innerHTML += ' | View Map';var $l46286f683f8cb3eb732593a7424496c4 = '

PremierWest Bank

Address: 19421 N Umpqua Hwy, Glide, OR 97443, USA
Phone: (541) 496-3551
';var m_46286f683f8cb3eb732593a7424496c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PremierWest Bank',});m_46286f683f8cb3eb732593a7424496c4['infowindow'] = new google.maps.InfoWindow({content: $l46286f683f8cb3eb732593a7424496c4});var infowindow = new google.maps.InfoWindow({content: $l46286f683f8cb3eb732593a7424496c4});google.maps.event.addListener(m_46286f683f8cb3eb732593a7424496c4, 'click', function() {infowindow.open(map,m_46286f683f8cb3eb732593a7424496c4);});$marker.push(m_46286f683f8cb3eb732593a7424496c4);}});}google.maps.event.addDomListener(window, 'load', initialize);