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.5918,-111.901)};var g_a57d48399922b03419153a9760c5ce53 = new google.maps.Geocoder();g_a57d48399922b03419153a9760c5ce53.geocode( { 'address': "8800 S. Harrison Street, Sandy, UT 84070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-american-loans--mortgage').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-american-loans--mortgage'), mapOptions);}document.getElementById('1c3f5201').innerHTML += ' | View Map';var $la57d48399922b03419153a9760c5ce53 = '

American Loans & Mortgage

Address: 8800 S. Harrison Street, Sandy, UT 84070, USA
Phone: (801) 269-0900
';var m_a57d48399922b03419153a9760c5ce53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Loans & Mortgage',});m_a57d48399922b03419153a9760c5ce53['infowindow'] = new google.maps.InfoWindow({content: $la57d48399922b03419153a9760c5ce53});var infowindow = new google.maps.InfoWindow({content: $la57d48399922b03419153a9760c5ce53});google.maps.event.addListener(m_a57d48399922b03419153a9760c5ce53, 'click', function() {infowindow.open(map,m_a57d48399922b03419153a9760c5ce53);});$marker.push(m_a57d48399922b03419153a9760c5ce53);}});}google.maps.event.addDomListener(window, 'load', initialize);