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.5049,-111.902)};var g_dc91cc9b6b3fc6325cf08272dbf9eb2f = new google.maps.Geocoder();g_dc91cc9b6b3fc6325cf08272dbf9eb2f.geocode( { 'address': "339 West 13490 South, Draper, UT 84020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('draper-UT-jeff-savage---academy-mortgage-team-101').style.display = '';map = new google.maps.Map(document.getElementById('draper-UT-jeff-savage---academy-mortgage-team-101'), mapOptions);}document.getElementById('3456ebcb').innerHTML += ' | View Map';var $ldc91cc9b6b3fc6325cf08272dbf9eb2f = '

Jeff Savage - Academy Mortgage Team 101

Address: 339 West 13490 South, Draper, UT 84020, USA
Phone: (801) 233-3794
';var m_dc91cc9b6b3fc6325cf08272dbf9eb2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeff Savage - Academy Mortgage Team 101',});m_dc91cc9b6b3fc6325cf08272dbf9eb2f['infowindow'] = new google.maps.InfoWindow({content: $ldc91cc9b6b3fc6325cf08272dbf9eb2f});var infowindow = new google.maps.InfoWindow({content: $ldc91cc9b6b3fc6325cf08272dbf9eb2f});google.maps.event.addListener(m_dc91cc9b6b3fc6325cf08272dbf9eb2f, 'click', function() {infowindow.open(map,m_dc91cc9b6b3fc6325cf08272dbf9eb2f);});$marker.push(m_dc91cc9b6b3fc6325cf08272dbf9eb2f);}});}google.maps.event.addDomListener(window, 'load', initialize);