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.7295,-116.436)};var g_3ff92975ec58fc21611d0480f4205633 = new google.maps.Geocoder();g_3ff92975ec58fc21611d0480f4205633.geocode( { 'address': "210 Illinois Ave, Council, ID 83612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('council-ID-us-bank-local-branch-and-atm').style.display = '';map = new google.maps.Map(document.getElementById('council-ID-us-bank-local-branch-and-atm'), mapOptions);}document.getElementById('06321cf7').innerHTML += ' | View Map';var $l3ff92975ec58fc21611d0480f4205633 = '

US Bank Local Branch and ATM

Address: 210 Illinois Ave, Council, ID 83612, USA
Phone: (208) 253-4245
';var m_3ff92975ec58fc21611d0480f4205633 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank Local Branch and ATM',});m_3ff92975ec58fc21611d0480f4205633['infowindow'] = new google.maps.InfoWindow({content: $l3ff92975ec58fc21611d0480f4205633});var infowindow = new google.maps.InfoWindow({content: $l3ff92975ec58fc21611d0480f4205633});google.maps.event.addListener(m_3ff92975ec58fc21611d0480f4205633, 'click', function() {infowindow.open(map,m_3ff92975ec58fc21611d0480f4205633);});$marker.push(m_3ff92975ec58fc21611d0480f4205633);}});}google.maps.event.addDomListener(window, 'load', initialize);