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.0336,-108.38)};var g_3122a770372bf92238db8973f6044160 = new google.maps.Geocoder();g_3122a770372bf92238db8973f6044160.geocode( { 'address': "845 N Federal Blvd, Riverton, WY 82501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverton-WY-western-union').style.display = '';map = new google.maps.Map(document.getElementById('riverton-WY-western-union'), mapOptions);}document.getElementById('75b8e2cf').innerHTML += ' | View Map';var $l3122a770372bf92238db8973f6044160 = '

Western Union

Address: 845 N Federal Blvd, Riverton, WY 82501, USA
Phone: (800) 325-6000
';var m_3122a770372bf92238db8973f6044160 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_3122a770372bf92238db8973f6044160['infowindow'] = new google.maps.InfoWindow({content: $l3122a770372bf92238db8973f6044160});var infowindow = new google.maps.InfoWindow({content: $l3122a770372bf92238db8973f6044160});google.maps.event.addListener(m_3122a770372bf92238db8973f6044160, 'click', function() {infowindow.open(map,m_3122a770372bf92238db8973f6044160);});$marker.push(m_3122a770372bf92238db8973f6044160);}});}google.maps.event.addDomListener(window, 'load', initialize);