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.6827,-114.361)};var g_9d624e9fd3bd011eb7a8f1d40f457d93 = new google.maps.Geocoder();g_9d624e9fd3bd011eb7a8f1d40f457d93.geocode( { 'address': "600 Sun Valley Rd, Ketchum, ID 83340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ketchum-ID-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('ketchum-ID-bank-of-the-west'), mapOptions);}document.getElementById('d6a04de2').innerHTML += ' | View Map';var $l9d624e9fd3bd011eb7a8f1d40f457d93 = '

Bank of the West

Address: 600 Sun Valley Rd, Ketchum, ID 83340, USA
Phone: (208) 725-0672
';var m_9d624e9fd3bd011eb7a8f1d40f457d93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_9d624e9fd3bd011eb7a8f1d40f457d93['infowindow'] = new google.maps.InfoWindow({content: $l9d624e9fd3bd011eb7a8f1d40f457d93});var infowindow = new google.maps.InfoWindow({content: $l9d624e9fd3bd011eb7a8f1d40f457d93});google.maps.event.addListener(m_9d624e9fd3bd011eb7a8f1d40f457d93, 'click', function() {infowindow.open(map,m_9d624e9fd3bd011eb7a8f1d40f457d93);});$marker.push(m_9d624e9fd3bd011eb7a8f1d40f457d93);}});}google.maps.event.addDomListener(window, 'load', initialize);