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.516,-111.906)};var g_5254a4bd969e442e96fc334be51d2462 = new google.maps.Geocoder();g_5254a4bd969e442e96fc334be51d2462.geocode( { 'address': "12936 Frontrunner Blvd Ste 550, Draper, UT 84020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('draper-UT-nav').style.display = '';map = new google.maps.Map(document.getElementById('draper-UT-nav'), mapOptions);}document.getElementById('f1c3d9aa').innerHTML += ' | View Map';var $l5254a4bd969e442e96fc334be51d2462 = '

Nav

Address: 12936 Frontrunner Blvd Ste 550, Draper, UT 84020, USA
Phone: (855) 226-8388
';var m_5254a4bd969e442e96fc334be51d2462 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nav',});m_5254a4bd969e442e96fc334be51d2462['infowindow'] = new google.maps.InfoWindow({content: $l5254a4bd969e442e96fc334be51d2462});var infowindow = new google.maps.InfoWindow({content: $l5254a4bd969e442e96fc334be51d2462});google.maps.event.addListener(m_5254a4bd969e442e96fc334be51d2462, 'click', function() {infowindow.open(map,m_5254a4bd969e442e96fc334be51d2462);});$marker.push(m_5254a4bd969e442e96fc334be51d2462);}});}google.maps.event.addDomListener(window, 'load', initialize);