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(41.1861,-111.985)};var g_8e23c74a0b2781b7d47744d0ca013913 = new google.maps.Geocoder();g_8e23c74a0b2781b7d47744d0ca013913.geocode( { 'address': "4224 Riverdale Rd #1, Ogden, UT 84405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-american-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-american-title-loans'), mapOptions);}document.getElementById('4393888c').innerHTML += ' | View Map';var $l8e23c74a0b2781b7d47744d0ca013913 = '

American Title Loans

Address: 4224 Riverdale Rd #1, Ogden, UT 84405, USA
Phone: (801) 394-9999
';var m_8e23c74a0b2781b7d47744d0ca013913 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Title Loans',});m_8e23c74a0b2781b7d47744d0ca013913['infowindow'] = new google.maps.InfoWindow({content: $l8e23c74a0b2781b7d47744d0ca013913});var infowindow = new google.maps.InfoWindow({content: $l8e23c74a0b2781b7d47744d0ca013913});google.maps.event.addListener(m_8e23c74a0b2781b7d47744d0ca013913, 'click', function() {infowindow.open(map,m_8e23c74a0b2781b7d47744d0ca013913);});$marker.push(m_8e23c74a0b2781b7d47744d0ca013913);}});}google.maps.event.addDomListener(window, 'load', initialize);