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.0234,-116.269)};var g_bbd4058c6d69e021dbfa91815870294b = new google.maps.Geocoder();g_bbd4058c6d69e021dbfa91815870294b.geocode( { 'address': "316 Main St, Cottonwood, ID 83522"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cottonwood-ID-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('cottonwood-ID-wells-fargo-bank'), mapOptions);}document.getElementById('14e540e9').innerHTML += ' | View Map';var $lbbd4058c6d69e021dbfa91815870294b = '

Wells Fargo Bank

Address: 316 Main St, Cottonwood, ID 83522
Phone: (208) 962-3204
';var m_bbd4058c6d69e021dbfa91815870294b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_bbd4058c6d69e021dbfa91815870294b['infowindow'] = new google.maps.InfoWindow({content: $lbbd4058c6d69e021dbfa91815870294b});var infowindow = new google.maps.InfoWindow({content: $lbbd4058c6d69e021dbfa91815870294b});google.maps.event.addListener(m_bbd4058c6d69e021dbfa91815870294b, 'click', function() {infowindow.open(map,m_bbd4058c6d69e021dbfa91815870294b);});$marker.push(m_bbd4058c6d69e021dbfa91815870294b);}});}google.maps.event.addDomListener(window, 'load', initialize);