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.5911,-111.937)};var g_c0ef730f5d58968ab89957d008952474 = new google.maps.Geocoder();g_c0ef730f5d58968ab89957d008952474.geocode( { 'address': "8823 S Redwood Rd c, West Jordan, UT 84088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jordan-UT-krafty-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('west-jordan-UT-krafty-credit-solutions'), mapOptions);}document.getElementById('ede2ae84').innerHTML += ' | View Map';var $lc0ef730f5d58968ab89957d008952474 = '

Krafty Credit Solutions

Address: 8823 S Redwood Rd c, West Jordan, UT 84088, USA
Phone: (801) 878-4859
';var m_c0ef730f5d58968ab89957d008952474 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Krafty Credit Solutions',});m_c0ef730f5d58968ab89957d008952474['infowindow'] = new google.maps.InfoWindow({content: $lc0ef730f5d58968ab89957d008952474});var infowindow = new google.maps.InfoWindow({content: $lc0ef730f5d58968ab89957d008952474});google.maps.event.addListener(m_c0ef730f5d58968ab89957d008952474, 'click', function() {infowindow.open(map,m_c0ef730f5d58968ab89957d008952474);});$marker.push(m_c0ef730f5d58968ab89957d008952474);}});}google.maps.event.addDomListener(window, 'load', initialize);