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.1757,-113.895)};var g_351eb61a7727150136f107a46bd66702 = new google.maps.Geocoder();g_351eb61a7727150136f107a46bd66702.geocode( { 'address': "501 Main St, Salmon, ID 83467, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salmon-ID-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('salmon-ID-us-bank-branch'), mapOptions);}document.getElementById('1c90e0e5').innerHTML += ' | View Map';var $l351eb61a7727150136f107a46bd66702 = '

U.S. Bank Branch

Address: 501 Main St, Salmon, ID 83467, USA
Phone: (208) 756-2259
';var m_351eb61a7727150136f107a46bd66702 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_351eb61a7727150136f107a46bd66702['infowindow'] = new google.maps.InfoWindow({content: $l351eb61a7727150136f107a46bd66702});var infowindow = new google.maps.InfoWindow({content: $l351eb61a7727150136f107a46bd66702});google.maps.event.addListener(m_351eb61a7727150136f107a46bd66702, 'click', function() {infowindow.open(map,m_351eb61a7727150136f107a46bd66702);});$marker.push(m_351eb61a7727150136f107a46bd66702);}});}google.maps.event.addDomListener(window, 'load', initialize);