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.6963,-111.947)};var g_58388f1a9b479863cb000d317ec750ea = new google.maps.Geocoder();g_58388f1a9b479863cb000d317ec750ea.geocode( { 'address': "2111 3500 S, West Valley City, UT 84119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-valley-city-UT-action-rent-to-own').style.display = '';map = new google.maps.Map(document.getElementById('west-valley-city-UT-action-rent-to-own'), mapOptions);}document.getElementById('a39dd04c').innerHTML += ' | View Map';var $l58388f1a9b479863cb000d317ec750ea = '

Action Rent to Own

Address: 2111 3500 S, West Valley City, UT 84119, USA
Phone: (801) 972-6363
';var m_58388f1a9b479863cb000d317ec750ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Action Rent to Own',});m_58388f1a9b479863cb000d317ec750ea['infowindow'] = new google.maps.InfoWindow({content: $l58388f1a9b479863cb000d317ec750ea});var infowindow = new google.maps.InfoWindow({content: $l58388f1a9b479863cb000d317ec750ea});google.maps.event.addListener(m_58388f1a9b479863cb000d317ec750ea, 'click', function() {infowindow.open(map,m_58388f1a9b479863cb000d317ec750ea);});$marker.push(m_58388f1a9b479863cb000d317ec750ea);}});}google.maps.event.addDomListener(window, 'load', initialize);