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.0234,-108.383)};var g_c1c10d650545e4458a845f54cc7b2bf7 = new google.maps.Geocoder();g_c1c10d650545e4458a845f54cc7b2bf7.geocode( { 'address': "611 E Washington Ave, Riverton, WY 82501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverton-WY-cash-cow').style.display = '';map = new google.maps.Map(document.getElementById('riverton-WY-cash-cow'), mapOptions);}document.getElementById('643df68a').innerHTML += ' | View Map';var $lc1c10d650545e4458a845f54cc7b2bf7 = '

Cash Cow

Address: 611 E Washington Ave, Riverton, WY 82501, USA
Phone: (307) 463-4046
';var m_c1c10d650545e4458a845f54cc7b2bf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Cow',});m_c1c10d650545e4458a845f54cc7b2bf7['infowindow'] = new google.maps.InfoWindow({content: $lc1c10d650545e4458a845f54cc7b2bf7});var infowindow = new google.maps.InfoWindow({content: $lc1c10d650545e4458a845f54cc7b2bf7});google.maps.event.addListener(m_c1c10d650545e4458a845f54cc7b2bf7, 'click', function() {infowindow.open(map,m_c1c10d650545e4458a845f54cc7b2bf7);});$marker.push(m_c1c10d650545e4458a845f54cc7b2bf7);}});}google.maps.event.addDomListener(window, 'load', initialize);