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.884,-111.891)};var g_a96111f852a0081e81894ecabed5a217 = new google.maps.Geocoder();g_a96111f852a0081e81894ecabed5a217.geocode( { 'address': "453 W 500 S, Bountiful, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bountiful-UT-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-loanmax-title-loans'), mapOptions);}document.getElementById('d3fdd50e').innerHTML += ' | View Map';var $la96111f852a0081e81894ecabed5a217 = '

Loanmax Title Loans

Address: 453 W 500 S, Bountiful, UT 84010, USA
Phone: (801) 292-5381
';var m_a96111f852a0081e81894ecabed5a217 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_a96111f852a0081e81894ecabed5a217['infowindow'] = new google.maps.InfoWindow({content: $la96111f852a0081e81894ecabed5a217});var infowindow = new google.maps.InfoWindow({content: $la96111f852a0081e81894ecabed5a217});google.maps.event.addListener(m_a96111f852a0081e81894ecabed5a217, 'click', function() {infowindow.open(map,m_a96111f852a0081e81894ecabed5a217);});$marker.push(m_a96111f852a0081e81894ecabed5a217);}});}google.maps.event.addDomListener(window, 'load', initialize);