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.7388,-111.826)};var g_bbe2977a4c5b136df752894d93b44c72 = new google.maps.Geocoder();g_bbe2977a4c5b136df752894d93b44c72.geocode( { 'address': "1440 Foothill Dr #250, Salt Lake City, UT 84108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-academy-mortgage---foothill').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-academy-mortgage---foothill'), mapOptions);}document.getElementById('7d385441').innerHTML += ' | View Map';var $lbbe2977a4c5b136df752894d93b44c72 = '

Academy Mortgage - Foothill

Address: 1440 Foothill Dr #250, Salt Lake City, UT 84108, USA
Phone: (801) 583-2100
';var m_bbe2977a4c5b136df752894d93b44c72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Foothill',});m_bbe2977a4c5b136df752894d93b44c72['infowindow'] = new google.maps.InfoWindow({content: $lbbe2977a4c5b136df752894d93b44c72});var infowindow = new google.maps.InfoWindow({content: $lbbe2977a4c5b136df752894d93b44c72});google.maps.event.addListener(m_bbe2977a4c5b136df752894d93b44c72, 'click', function() {infowindow.open(map,m_bbe2977a4c5b136df752894d93b44c72);});$marker.push(m_bbe2977a4c5b136df752894d93b44c72);}});}google.maps.event.addDomListener(window, 'load', initialize);