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.6794,-111.842)};var g_1453c83e2055a5b776123e06b2cae72b = new google.maps.Geocoder();g_1453c83e2055a5b776123e06b2cae72b.geocode( { 'address': "4235 S Highland Dr, Salt Lake City, UT 84124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-horizon-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-horizon-credit-services'), mapOptions);}document.getElementById('4d100ebe').innerHTML += ' | View Map';var $l1453c83e2055a5b776123e06b2cae72b = '

Horizon Credit Services

Address: 4235 S Highland Dr, Salt Lake City, UT 84124, USA
Phone: (801) 272-3379
';var m_1453c83e2055a5b776123e06b2cae72b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Credit Services',});m_1453c83e2055a5b776123e06b2cae72b['infowindow'] = new google.maps.InfoWindow({content: $l1453c83e2055a5b776123e06b2cae72b});var infowindow = new google.maps.InfoWindow({content: $l1453c83e2055a5b776123e06b2cae72b});google.maps.event.addListener(m_1453c83e2055a5b776123e06b2cae72b, 'click', function() {infowindow.open(map,m_1453c83e2055a5b776123e06b2cae72b);});$marker.push(m_1453c83e2055a5b776123e06b2cae72b);}});}google.maps.event.addDomListener(window, 'load', initialize);