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.696,-114.354)};var g_746fa5b27a8a3fdef80f4425117c31aa = new google.maps.Geocoder();g_746fa5b27a8a3fdef80f4425117c31aa.geocode( { 'address': "Boardwalk Mall, Sun Valley, ID 83353, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-valley-ID-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('sun-valley-ID-wells-fargo-bank'), mapOptions);}document.getElementById('0508137a').innerHTML += ' | View Map';var $l746fa5b27a8a3fdef80f4425117c31aa = '

Wells Fargo Bank

Address: Boardwalk Mall, Sun Valley, ID 83353, USA
Phone: (208) 622-5664
';var m_746fa5b27a8a3fdef80f4425117c31aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_746fa5b27a8a3fdef80f4425117c31aa['infowindow'] = new google.maps.InfoWindow({content: $l746fa5b27a8a3fdef80f4425117c31aa});var infowindow = new google.maps.InfoWindow({content: $l746fa5b27a8a3fdef80f4425117c31aa});google.maps.event.addListener(m_746fa5b27a8a3fdef80f4425117c31aa, 'click', function() {infowindow.open(map,m_746fa5b27a8a3fdef80f4425117c31aa);});$marker.push(m_746fa5b27a8a3fdef80f4425117c31aa);}});}google.maps.event.addDomListener(window, 'load', initialize);