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.6541,-123.363)};var g_53e4591566c13f591466bb26220116dc = new google.maps.Geocoder();g_53e4591566c13f591466bb26220116dc.geocode( { 'address': "257 2nd St, Drain, OR 97435"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('drain-OR-american-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('drain-OR-american-west-bank'), mapOptions);}document.getElementById('08cb16b1').innerHTML += ' | View Map';var $l53e4591566c13f591466bb26220116dc = '

American West Bank

Address: 257 2nd St, Drain, OR 97435
Phone: (541) 836-2137
';var m_53e4591566c13f591466bb26220116dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American West Bank',});m_53e4591566c13f591466bb26220116dc['infowindow'] = new google.maps.InfoWindow({content: $l53e4591566c13f591466bb26220116dc});var infowindow = new google.maps.InfoWindow({content: $l53e4591566c13f591466bb26220116dc});google.maps.event.addListener(m_53e4591566c13f591466bb26220116dc, 'click', function() {infowindow.open(map,m_53e4591566c13f591466bb26220116dc);});$marker.push(m_53e4591566c13f591466bb26220116dc);}});}google.maps.event.addDomListener(window, 'load', initialize);