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.7259,-111.872)};var g_aea778e3539aa00fdaa4072d8772601c = new google.maps.Geocoder();g_aea778e3539aa00fdaa4072d8772601c.geocode( { 'address': "675 E 2100 S Suite 110, Salt Lake City, UT 84106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-american-west-financial-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-american-west-financial-home-loans'), mapOptions);}document.getElementById('7404b9dd').innerHTML += ' | View Map';var $laea778e3539aa00fdaa4072d8772601c = '

American West Financial Home Loans

Address: 675 E 2100 S Suite 110, Salt Lake City, UT 84106, USA
Phone: (801) 957-0155
';var m_aea778e3539aa00fdaa4072d8772601c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American West Financial Home Loans',});m_aea778e3539aa00fdaa4072d8772601c['infowindow'] = new google.maps.InfoWindow({content: $laea778e3539aa00fdaa4072d8772601c});var infowindow = new google.maps.InfoWindow({content: $laea778e3539aa00fdaa4072d8772601c});google.maps.event.addListener(m_aea778e3539aa00fdaa4072d8772601c, 'click', function() {infowindow.open(map,m_aea778e3539aa00fdaa4072d8772601c);});$marker.push(m_aea778e3539aa00fdaa4072d8772601c);}});}google.maps.event.addDomListener(window, 'load', initialize);