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.5259,-111.876)};var g_84b9b13c861f8523f01d572dd0c50eec = new google.maps.Geocoder();g_84b9b13c861f8523f01d572dd0c50eec.geocode( { 'address': "584 E 12300 S #7, Draper, UT 84095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('draper-UT-academy-mortgage---south-valley').style.display = '';map = new google.maps.Map(document.getElementById('draper-UT-academy-mortgage---south-valley'), mapOptions);}document.getElementById('bfb85414').innerHTML += ' | View Map';var $l84b9b13c861f8523f01d572dd0c50eec = '

Academy Mortgage - South Valley

Address: 584 E 12300 S #7, Draper, UT 84095, USA
Phone: (801) 568-6600
';var m_84b9b13c861f8523f01d572dd0c50eec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - South Valley',});m_84b9b13c861f8523f01d572dd0c50eec['infowindow'] = new google.maps.InfoWindow({content: $l84b9b13c861f8523f01d572dd0c50eec});var infowindow = new google.maps.InfoWindow({content: $l84b9b13c861f8523f01d572dd0c50eec});google.maps.event.addListener(m_84b9b13c861f8523f01d572dd0c50eec, 'click', function() {infowindow.open(map,m_84b9b13c861f8523f01d572dd0c50eec);});$marker.push(m_84b9b13c861f8523f01d572dd0c50eec);}});}google.maps.event.addDomListener(window, 'load', initialize);