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.5446,-109.663)};var g_1b59a475f540b0a04405e9713beb8e48 = new google.maps.Geocoder();g_1b59a475f540b0a04405e9713beb8e48.geocode( { 'address': "502 W Ramshorn St, Dubois, WY 82513"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dubois-WY-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('dubois-WY-wells-fargo-bank'), mapOptions);}document.getElementById('2bf6e212').innerHTML += ' | View Map';var $l1b59a475f540b0a04405e9713beb8e48 = '

Wells Fargo Bank

Address: 502 W Ramshorn St, Dubois, WY 82513
Phone: (307) 455-2821
';var m_1b59a475f540b0a04405e9713beb8e48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_1b59a475f540b0a04405e9713beb8e48['infowindow'] = new google.maps.InfoWindow({content: $l1b59a475f540b0a04405e9713beb8e48});var infowindow = new google.maps.InfoWindow({content: $l1b59a475f540b0a04405e9713beb8e48});google.maps.event.addListener(m_1b59a475f540b0a04405e9713beb8e48, 'click', function() {infowindow.open(map,m_1b59a475f540b0a04405e9713beb8e48);});$marker.push(m_1b59a475f540b0a04405e9713beb8e48);}});}google.maps.event.addDomListener(window, 'load', initialize);