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(45.6315,-123.891)};var g_544217b77264db8da81cfe0dac39ec0a = new google.maps.Geocoder();g_544217b77264db8da81cfe0dac39ec0a.geocode( { 'address': "126 S Highway 101, Rockaway Beach, OR 97136"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockaway-beach-OR-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockaway-beach-OR-u-s-bank'), mapOptions);}document.getElementById('3d36f122').innerHTML += ' | View Map';var $l544217b77264db8da81cfe0dac39ec0a = '

U.S. Bank

Address: 126 S Highway 101, Rockaway Beach, OR 97136
Phone: (503) 368-5194
';var m_544217b77264db8da81cfe0dac39ec0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_544217b77264db8da81cfe0dac39ec0a['infowindow'] = new google.maps.InfoWindow({content: $l544217b77264db8da81cfe0dac39ec0a});var infowindow = new google.maps.InfoWindow({content: $l544217b77264db8da81cfe0dac39ec0a});google.maps.event.addListener(m_544217b77264db8da81cfe0dac39ec0a, 'click', function() {infowindow.open(map,m_544217b77264db8da81cfe0dac39ec0a);});$marker.push(m_544217b77264db8da81cfe0dac39ec0a);}});}google.maps.event.addDomListener(window, 'load', initialize);