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_4ab31fa6d5bfd9d465165c317b9c5394 = new google.maps.Geocoder();g_4ab31fa6d5bfd9d465165c317b9c5394.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-austin-kent---academy-mortgage-team-101').style.display = '';map = new google.maps.Map(document.getElementById('draper-UT-austin-kent---academy-mortgage-team-101'), mapOptions);}document.getElementById('3456ebcb').innerHTML += ' | View Map';var $l4ab31fa6d5bfd9d465165c317b9c5394 = '

Austin Kent - Academy Mortgage Team 101

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