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.6771,-113.061)};var g_345d291f48a7b6e07d43b969905319a7 = new google.maps.Geocoder();g_345d291f48a7b6e07d43b969905319a7.geocode( { 'address': "3 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-zions-bank-cedar-citydowntown').style.display = '';map = new google.maps.Map(document.getElementById('cedar-city-UT-zions-bank-cedar-citydowntown'), mapOptions);}document.getElementById('ad5f2c7e').innerHTML += ' | View Map';var $l345d291f48a7b6e07d43b969905319a7 = '

Zions Bank Cedar City/Downtown

Address: 3 S Main St, Cedar City, UT 84720, USA
Phone: (435) 586-2448
';var m_345d291f48a7b6e07d43b969905319a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Cedar City/Downtown',});m_345d291f48a7b6e07d43b969905319a7['infowindow'] = new google.maps.InfoWindow({content: $l345d291f48a7b6e07d43b969905319a7});var infowindow = new google.maps.InfoWindow({content: $l345d291f48a7b6e07d43b969905319a7});google.maps.event.addListener(m_345d291f48a7b6e07d43b969905319a7, 'click', function() {infowindow.open(map,m_345d291f48a7b6e07d43b969905319a7);});$marker.push(m_345d291f48a7b6e07d43b969905319a7);}});}google.maps.event.addDomListener(window, 'load', initialize);