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(42.9917,-108.871)};var g_6c72d247256817750b7352c13fc89397 = new google.maps.Geocoder();g_6c72d247256817750b7352c13fc89397.geocode( { 'address': "14631 US-287, Fort Washakie, WY 82514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-washakie-WY-wind-river-development-fund').style.display = '';map = new google.maps.Map(document.getElementById('fort-washakie-WY-wind-river-development-fund'), mapOptions);}document.getElementById('8eca2a6b').innerHTML += ' | View Map';var $l6c72d247256817750b7352c13fc89397 = '

Wind River Development Fund

Address: 14631 US-287, Fort Washakie, WY 82514, USA
Phone: (307) 335-7330
';var m_6c72d247256817750b7352c13fc89397 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wind River Development Fund',});m_6c72d247256817750b7352c13fc89397['infowindow'] = new google.maps.InfoWindow({content: $l6c72d247256817750b7352c13fc89397});var infowindow = new google.maps.InfoWindow({content: $l6c72d247256817750b7352c13fc89397});google.maps.event.addListener(m_6c72d247256817750b7352c13fc89397, 'click', function() {infowindow.open(map,m_6c72d247256817750b7352c13fc89397);});$marker.push(m_6c72d247256817750b7352c13fc89397);}});}google.maps.event.addDomListener(window, 'load', initialize);