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.6342,-124.055)};var g_59da4b9e77bff518243c6119241d441a = new google.maps.Geocoder();g_59da4b9e77bff518243c6119241d441a.geocode( { 'address': "248 SW Coast Hwy, Newport, OR 97365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-OR-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('newport-OR-bank-of-the-west'), mapOptions);}document.getElementById('4fe3cab1').innerHTML += ' | View Map';var $l59da4b9e77bff518243c6119241d441a = '

Bank of the West

Address: 248 SW Coast Hwy, Newport, OR 97365, USA
Phone: (541) 265-9444
';var m_59da4b9e77bff518243c6119241d441a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_59da4b9e77bff518243c6119241d441a['infowindow'] = new google.maps.InfoWindow({content: $l59da4b9e77bff518243c6119241d441a});var infowindow = new google.maps.InfoWindow({content: $l59da4b9e77bff518243c6119241d441a});google.maps.event.addListener(m_59da4b9e77bff518243c6119241d441a, 'click', function() {infowindow.open(map,m_59da4b9e77bff518243c6119241d441a);});$marker.push(m_59da4b9e77bff518243c6119241d441a);}});}google.maps.event.addDomListener(window, 'load', initialize);