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.7858,-116.944)};var g_116fa3c7e3bfce292c243d0b77344200 = new google.maps.Geocoder();g_116fa3c7e3bfce292c243d0b77344200.geocode( { 'address': "201 N 3rd St, Parma, ID 83660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parma-ID-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('parma-ID-us-bank-branch'), mapOptions);}document.getElementById('8b4681eb').innerHTML += ' | View Map';var $l116fa3c7e3bfce292c243d0b77344200 = '

U.S. Bank Branch

Address: 201 N 3rd St, Parma, ID 83660, USA
Phone: (208) 722-6711
';var m_116fa3c7e3bfce292c243d0b77344200 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_116fa3c7e3bfce292c243d0b77344200['infowindow'] = new google.maps.InfoWindow({content: $l116fa3c7e3bfce292c243d0b77344200});var infowindow = new google.maps.InfoWindow({content: $l116fa3c7e3bfce292c243d0b77344200});google.maps.event.addListener(m_116fa3c7e3bfce292c243d0b77344200, 'click', function() {infowindow.open(map,m_116fa3c7e3bfce292c243d0b77344200);});$marker.push(m_116fa3c7e3bfce292c243d0b77344200);}});}google.maps.event.addDomListener(window, 'load', initialize);