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.6983,-111.888)};var g_231e50354877ade25fd41c2ec5b81e06 = new google.maps.Geocoder();g_231e50354877ade25fd41c2ec5b81e06.geocode( { 'address': "3355 State St, South Salt Lake, UT 84115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-salt-lake-UT-american-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('south-salt-lake-UT-american-title-loans'), mapOptions);}document.getElementById('c3ba28f8').innerHTML += ' | View Map';var $l231e50354877ade25fd41c2ec5b81e06 = '

American Title Loans

Address: 3355 State St, South Salt Lake, UT 84115, USA
Phone: (801) 466-9886
';var m_231e50354877ade25fd41c2ec5b81e06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Title Loans',});m_231e50354877ade25fd41c2ec5b81e06['infowindow'] = new google.maps.InfoWindow({content: $l231e50354877ade25fd41c2ec5b81e06});var infowindow = new google.maps.InfoWindow({content: $l231e50354877ade25fd41c2ec5b81e06});google.maps.event.addListener(m_231e50354877ade25fd41c2ec5b81e06, 'click', function() {infowindow.open(map,m_231e50354877ade25fd41c2ec5b81e06);});$marker.push(m_231e50354877ade25fd41c2ec5b81e06);}});}google.maps.event.addDomListener(window, 'load', initialize);