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(41.0936,-111.992)};var g_1ba96ebf605a9a90969fec819eb53aee = new google.maps.Geocoder();g_1ba96ebf605a9a90969fec819eb53aee.geocode( { 'address': "1725 Legend Hills Dr #140, Clearfield, UT 84015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearfield-UT-axiom-financial').style.display = '';map = new google.maps.Map(document.getElementById('clearfield-UT-axiom-financial'), mapOptions);}document.getElementById('e90c0d9e').innerHTML += ' | View Map';var $l1ba96ebf605a9a90969fec819eb53aee = '

Axiom Financial

Address: 1725 Legend Hills Dr #140, Clearfield, UT 84015, USA
Phone: (801) 525-9944
';var m_1ba96ebf605a9a90969fec819eb53aee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Axiom Financial',});m_1ba96ebf605a9a90969fec819eb53aee['infowindow'] = new google.maps.InfoWindow({content: $l1ba96ebf605a9a90969fec819eb53aee});var infowindow = new google.maps.InfoWindow({content: $l1ba96ebf605a9a90969fec819eb53aee});google.maps.event.addListener(m_1ba96ebf605a9a90969fec819eb53aee, 'click', function() {infowindow.open(map,m_1ba96ebf605a9a90969fec819eb53aee);});$marker.push(m_1ba96ebf605a9a90969fec819eb53aee);}});}google.maps.event.addDomListener(window, 'load', initialize);