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(47.3167,-116.573)};var g_a45fe3002f1aa97a56ad635ce85d5b08 = new google.maps.Geocoder();g_a45fe3002f1aa97a56ad635ce85d5b08.geocode( { 'address': "138 N 8th St, Saint Maries, ID 83861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-maries-ID-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-maries-ID-u-s-bank'), mapOptions);}document.getElementById('f7ace33c').innerHTML += ' | View Map';var $la45fe3002f1aa97a56ad635ce85d5b08 = '

U.S. Bank

Address: 138 N 8th St, Saint Maries, ID 83861
Phone: (208) 245-2574
';var m_a45fe3002f1aa97a56ad635ce85d5b08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_a45fe3002f1aa97a56ad635ce85d5b08['infowindow'] = new google.maps.InfoWindow({content: $la45fe3002f1aa97a56ad635ce85d5b08});var infowindow = new google.maps.InfoWindow({content: $la45fe3002f1aa97a56ad635ce85d5b08});google.maps.event.addListener(m_a45fe3002f1aa97a56ad635ce85d5b08, 'click', function() {infowindow.open(map,m_a45fe3002f1aa97a56ad635ce85d5b08);});$marker.push(m_a45fe3002f1aa97a56ad635ce85d5b08);}});}google.maps.event.addDomListener(window, 'load', initialize);