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.5735,-111.898)};var g_671d8d05d795091118b1344f715307c4 = new google.maps.Geocoder();g_671d8d05d795091118b1344f715307c4.geocode( { 'address': "9815 S Monroe St, Sandy, UT 84070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-acima-credit').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-acima-credit'), mapOptions);}document.getElementById('12bfcfbd').innerHTML += ' | View Map';var $l671d8d05d795091118b1344f715307c4 = '

Acima Credit

Address: 9815 S Monroe St, Sandy, UT 84070, USA
Phone: (801) 297-1920
';var m_671d8d05d795091118b1344f715307c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acima Credit',});m_671d8d05d795091118b1344f715307c4['infowindow'] = new google.maps.InfoWindow({content: $l671d8d05d795091118b1344f715307c4});var infowindow = new google.maps.InfoWindow({content: $l671d8d05d795091118b1344f715307c4});google.maps.event.addListener(m_671d8d05d795091118b1344f715307c4, 'click', function() {infowindow.open(map,m_671d8d05d795091118b1344f715307c4);});$marker.push(m_671d8d05d795091118b1344f715307c4);}});}google.maps.event.addDomListener(window, 'load', initialize);