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.2759,-121.886)};var g_2b8cc39bc70cd403574040acfbf3553e = new google.maps.Geocoder();g_2b8cc39bc70cd403574040acfbf3553e.geocode( { 'address': "5408 Running Y Rd, Klamath Falls, OR 97601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('klamath-falls-OR-premierwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('klamath-falls-OR-premierwest-bank'), mapOptions);}document.getElementById('707a7431').innerHTML += ' | View Map';var $l2b8cc39bc70cd403574040acfbf3553e = '

PremierWest Bank

Address: 5408 Running Y Rd, Klamath Falls, OR 97601, USA
Phone: (541) 850-5220
';var m_2b8cc39bc70cd403574040acfbf3553e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PremierWest Bank',});m_2b8cc39bc70cd403574040acfbf3553e['infowindow'] = new google.maps.InfoWindow({content: $l2b8cc39bc70cd403574040acfbf3553e});var infowindow = new google.maps.InfoWindow({content: $l2b8cc39bc70cd403574040acfbf3553e});google.maps.event.addListener(m_2b8cc39bc70cd403574040acfbf3553e, 'click', function() {infowindow.open(map,m_2b8cc39bc70cd403574040acfbf3553e);});$marker.push(m_2b8cc39bc70cd403574040acfbf3553e);}});}google.maps.event.addDomListener(window, 'load', initialize);