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.6551,-113.078)};var g_56880339cfb8fe04c2d17c6160d0512f = new google.maps.Geocoder();g_56880339cfb8fe04c2d17c6160d0512f.geocode( { 'address': "1115 S Main St #300, Cedar City, UT 84720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-city-UT-cedar-woods-financial').style.display = '';map = new google.maps.Map(document.getElementById('cedar-city-UT-cedar-woods-financial'), mapOptions);}document.getElementById('a88754ec').innerHTML += ' | View Map';var $l56880339cfb8fe04c2d17c6160d0512f = '

Cedar Woods Financial

Address: 1115 S Main St #300, Cedar City, UT 84720, USA
Phone: (435) 634-0072
';var m_56880339cfb8fe04c2d17c6160d0512f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cedar Woods Financial',});m_56880339cfb8fe04c2d17c6160d0512f['infowindow'] = new google.maps.InfoWindow({content: $l56880339cfb8fe04c2d17c6160d0512f});var infowindow = new google.maps.InfoWindow({content: $l56880339cfb8fe04c2d17c6160d0512f});google.maps.event.addListener(m_56880339cfb8fe04c2d17c6160d0512f, 'click', function() {infowindow.open(map,m_56880339cfb8fe04c2d17c6160d0512f);});$marker.push(m_56880339cfb8fe04c2d17c6160d0512f);}});}google.maps.event.addDomListener(window, 'load', initialize);