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(40.5074,-111.978)};var g_fd5858adee08148a5c0f099e45466d51 = new google.maps.Geocoder();g_fd5858adee08148a5c0f099e45466d51.geocode( { 'address': "3673 13400 S Ste D, Riverton, UT 84065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverton-UT-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('riverton-UT-cash-store'), mapOptions);}document.getElementById('3a03083f').innerHTML += ' | View Map';var $lfd5858adee08148a5c0f099e45466d51 = '

Cash Store

Address: 3673 13400 S Ste D, Riverton, UT 84065, USA
Phone: (801) 446-7756
';var m_fd5858adee08148a5c0f099e45466d51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_fd5858adee08148a5c0f099e45466d51['infowindow'] = new google.maps.InfoWindow({content: $lfd5858adee08148a5c0f099e45466d51});var infowindow = new google.maps.InfoWindow({content: $lfd5858adee08148a5c0f099e45466d51});google.maps.event.addListener(m_fd5858adee08148a5c0f099e45466d51, 'click', function() {infowindow.open(map,m_fd5858adee08148a5c0f099e45466d51);});$marker.push(m_fd5858adee08148a5c0f099e45466d51);}});}google.maps.event.addDomListener(window, 'load', initialize);