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(41.7572,-104.823)};var g_25589756b52004b204dfe02c5e64b7d3 = new google.maps.Geocoder();g_25589756b52004b204dfe02c5e64b7d3.geocode( { 'address': "302 2nd St, Chugwater, WY 82210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chugwater-WY-oregon-trail-bank').style.display = '';map = new google.maps.Map(document.getElementById('chugwater-WY-oregon-trail-bank'), mapOptions);}document.getElementById('f8690992').innerHTML += ' | View Map';var $l25589756b52004b204dfe02c5e64b7d3 = '

Oregon Trail Bank

Address: 302 2nd St, Chugwater, WY 82210, USA
Phone: (307) 422-3201
';var m_25589756b52004b204dfe02c5e64b7d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregon Trail Bank',});m_25589756b52004b204dfe02c5e64b7d3['infowindow'] = new google.maps.InfoWindow({content: $l25589756b52004b204dfe02c5e64b7d3});var infowindow = new google.maps.InfoWindow({content: $l25589756b52004b204dfe02c5e64b7d3});google.maps.event.addListener(m_25589756b52004b204dfe02c5e64b7d3, 'click', function() {infowindow.open(map,m_25589756b52004b204dfe02c5e64b7d3);});$marker.push(m_25589756b52004b204dfe02c5e64b7d3);}});}google.maps.event.addDomListener(window, 'load', initialize);