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.6701,-113.061)};var g_4e6e15ac583426150b75fc9b2951c7b1 = new google.maps.Geocoder();g_4e6e15ac583426150b75fc9b2951c7b1.geocode( { 'address': "411 S Main St, Cedar City, UT 84720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-city-UT-red-rock-financial-of-cedar-city').style.display = '';map = new google.maps.Map(document.getElementById('cedar-city-UT-red-rock-financial-of-cedar-city'), mapOptions);}document.getElementById('6ad92956').innerHTML += ' | View Map';var $l4e6e15ac583426150b75fc9b2951c7b1 = '

Red Rock Financial of Cedar City

Address: 411 S Main St, Cedar City, UT 84720, USA
Phone: (435) 867-4389
';var m_4e6e15ac583426150b75fc9b2951c7b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red Rock Financial of Cedar City',});m_4e6e15ac583426150b75fc9b2951c7b1['infowindow'] = new google.maps.InfoWindow({content: $l4e6e15ac583426150b75fc9b2951c7b1});var infowindow = new google.maps.InfoWindow({content: $l4e6e15ac583426150b75fc9b2951c7b1});google.maps.event.addListener(m_4e6e15ac583426150b75fc9b2951c7b1, 'click', function() {infowindow.open(map,m_4e6e15ac583426150b75fc9b2951c7b1);});$marker.push(m_4e6e15ac583426150b75fc9b2951c7b1);}});}google.maps.event.addDomListener(window, 'load', initialize);