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.6811,-113.084)};var g_7dda6a98ceccf08dc8ca349f1d42fa67 = new google.maps.Geocoder();g_7dda6a98ceccf08dc8ca349f1d42fa67.geocode( { 'address': "1706 W 200 N, Cedar City, UT 84720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-city-UT-doctors--merchants-credit').style.display = '';map = new google.maps.Map(document.getElementById('cedar-city-UT-doctors--merchants-credit'), mapOptions);}document.getElementById('15c60ccb').innerHTML += ' | View Map';var $l7dda6a98ceccf08dc8ca349f1d42fa67 = '

Doctors & Merchants Credit

Address: 1706 W 200 N, Cedar City, UT 84720, USA
Phone: (435) 586-0081
';var m_7dda6a98ceccf08dc8ca349f1d42fa67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Doctors & Merchants Credit',});m_7dda6a98ceccf08dc8ca349f1d42fa67['infowindow'] = new google.maps.InfoWindow({content: $l7dda6a98ceccf08dc8ca349f1d42fa67});var infowindow = new google.maps.InfoWindow({content: $l7dda6a98ceccf08dc8ca349f1d42fa67});google.maps.event.addListener(m_7dda6a98ceccf08dc8ca349f1d42fa67, 'click', function() {infowindow.open(map,m_7dda6a98ceccf08dc8ca349f1d42fa67);});$marker.push(m_7dda6a98ceccf08dc8ca349f1d42fa67);}});}google.maps.event.addDomListener(window, 'load', initialize);