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.0792,-111.988)};var g_cfe7f960edd611cac813499f78a9b27b = new google.maps.Geocoder();g_cfe7f960edd611cac813499f78a9b27b.geocode( { 'address': "1339 Main St, Layton, UT 84041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('layton-UT-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('layton-UT-loanmax-title-loans'), mapOptions);}document.getElementById('e6408d4c').innerHTML += ' | View Map';var $lcfe7f960edd611cac813499f78a9b27b = '

Loanmax Title Loans

Address: 1339 Main St, Layton, UT 84041, USA
Phone: (801) 552-0800
';var m_cfe7f960edd611cac813499f78a9b27b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_cfe7f960edd611cac813499f78a9b27b['infowindow'] = new google.maps.InfoWindow({content: $lcfe7f960edd611cac813499f78a9b27b});var infowindow = new google.maps.InfoWindow({content: $lcfe7f960edd611cac813499f78a9b27b});google.maps.event.addListener(m_cfe7f960edd611cac813499f78a9b27b, 'click', function() {infowindow.open(map,m_cfe7f960edd611cac813499f78a9b27b);});$marker.push(m_cfe7f960edd611cac813499f78a9b27b);}});}google.maps.event.addDomListener(window, 'load', initialize);