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.0031,-108.885)};var g_a26e4b40690958ec0227842a80741c06 = new google.maps.Geocoder();g_a26e4b40690958ec0227842a80741c06.geocode( { 'address': "16 N Fork Rd, Fort Washakie, WY 82514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-washakie-WY-shoshone-tribal-credit-program').style.display = '';map = new google.maps.Map(document.getElementById('fort-washakie-WY-shoshone-tribal-credit-program'), mapOptions);}document.getElementById('2d8ed680').innerHTML += ' | View Map';var $la26e4b40690958ec0227842a80741c06 = '

Shoshone Tribal Credit Program

Address: 16 N Fork Rd, Fort Washakie, WY 82514, USA
Phone: (307) 332-2920
';var m_a26e4b40690958ec0227842a80741c06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shoshone Tribal Credit Program',});m_a26e4b40690958ec0227842a80741c06['infowindow'] = new google.maps.InfoWindow({content: $la26e4b40690958ec0227842a80741c06});var infowindow = new google.maps.InfoWindow({content: $la26e4b40690958ec0227842a80741c06});google.maps.event.addListener(m_a26e4b40690958ec0227842a80741c06, 'click', function() {infowindow.open(map,m_a26e4b40690958ec0227842a80741c06);});$marker.push(m_a26e4b40690958ec0227842a80741c06);}});}google.maps.event.addDomListener(window, 'load', initialize);