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(46.389,-116.986)};var g_285fb42cb5e295f9249b7819417b3b77 = new google.maps.Geocoder();g_285fb42cb5e295f9249b7819417b3b77.geocode( { 'address': "835 Main St, Lewiston, ID 83501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-ID-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-ID-u-s-bank'), mapOptions);}document.getElementById('eba72f4b').innerHTML += ' | View Map';var $l285fb42cb5e295f9249b7819417b3b77 = '

U.S. Bank

Address: 835 Main St, Lewiston, ID 83501
Phone: (208) 799-2500
';var m_285fb42cb5e295f9249b7819417b3b77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_285fb42cb5e295f9249b7819417b3b77['infowindow'] = new google.maps.InfoWindow({content: $l285fb42cb5e295f9249b7819417b3b77});var infowindow = new google.maps.InfoWindow({content: $l285fb42cb5e295f9249b7819417b3b77});google.maps.event.addListener(m_285fb42cb5e295f9249b7819417b3b77, 'click', function() {infowindow.open(map,m_285fb42cb5e295f9249b7819417b3b77);});$marker.push(m_285fb42cb5e295f9249b7819417b3b77);}});}google.maps.event.addDomListener(window, 'load', initialize);