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.6526,-113.086)};var g_e3f665e5f5a9984682fffacba7ce9845 = new google.maps.Geocoder();g_e3f665e5f5a9984682fffacba7ce9845.geocode( { 'address': "1420 S Providence Center Dr, Cedar City, UT 84720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-city-UT-first-horizon').style.display = '';map = new google.maps.Map(document.getElementById('cedar-city-UT-first-horizon'), mapOptions);}document.getElementById('5dd42a56').innerHTML += ' | View Map';var $le3f665e5f5a9984682fffacba7ce9845 = '

First Horizon

Address: 1420 S Providence Center Dr, Cedar City, UT 84720, USA
Phone: (435) 586-2352
';var m_e3f665e5f5a9984682fffacba7ce9845 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Horizon',});m_e3f665e5f5a9984682fffacba7ce9845['infowindow'] = new google.maps.InfoWindow({content: $le3f665e5f5a9984682fffacba7ce9845});var infowindow = new google.maps.InfoWindow({content: $le3f665e5f5a9984682fffacba7ce9845});google.maps.event.addListener(m_e3f665e5f5a9984682fffacba7ce9845, 'click', function() {infowindow.open(map,m_e3f665e5f5a9984682fffacba7ce9845);});$marker.push(m_e3f665e5f5a9984682fffacba7ce9845);}});}google.maps.event.addDomListener(window, 'load', initialize);