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(37.6591,-113.086)};var g_49c1fb1e2404dc5b923fe7b760f5e363 = new google.maps.Geocoder();g_49c1fb1e2404dc5b923fe7b760f5e363.geocode( { 'address': "1883 W Royal Hunte Dr #203, Cedar City, UT 84720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-city-UT-axiom-financial').style.display = '';map = new google.maps.Map(document.getElementById('cedar-city-UT-axiom-financial'), mapOptions);}document.getElementById('443ead0c').innerHTML += ' | View Map';var $l49c1fb1e2404dc5b923fe7b760f5e363 = '

Axiom Financial

Address: 1883 W Royal Hunte Dr #203, Cedar City, UT 84720, USA
Phone: (435) 865-9200
';var m_49c1fb1e2404dc5b923fe7b760f5e363 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Axiom Financial',});m_49c1fb1e2404dc5b923fe7b760f5e363['infowindow'] = new google.maps.InfoWindow({content: $l49c1fb1e2404dc5b923fe7b760f5e363});var infowindow = new google.maps.InfoWindow({content: $l49c1fb1e2404dc5b923fe7b760f5e363});google.maps.event.addListener(m_49c1fb1e2404dc5b923fe7b760f5e363, 'click', function() {infowindow.open(map,m_49c1fb1e2404dc5b923fe7b760f5e363);});$marker.push(m_49c1fb1e2404dc5b923fe7b760f5e363);}});}google.maps.event.addDomListener(window, 'load', initialize);