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(40.6456,-111.284)};var g_bbce4161932c5324b0af649f59fe1686 = new google.maps.Geocoder();g_bbce4161932c5324b0af649f59fe1686.geocode( { 'address': "112 S Main St, Kamas, UT 84036"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kamas-UT-zions-bank-kamas-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('kamas-UT-zions-bank-kamas-financial-center'), mapOptions);}document.getElementById('08c67646').innerHTML += ' | View Map';var $lbbce4161932c5324b0af649f59fe1686 = '

Zions Bank Kamas Financial Center

Address: 112 S Main St, Kamas, UT 84036
Phone: (435) 783-6256
';var m_bbce4161932c5324b0af649f59fe1686 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Kamas Financial Center',});m_bbce4161932c5324b0af649f59fe1686['infowindow'] = new google.maps.InfoWindow({content: $lbbce4161932c5324b0af649f59fe1686});var infowindow = new google.maps.InfoWindow({content: $lbbce4161932c5324b0af649f59fe1686});google.maps.event.addListener(m_bbce4161932c5324b0af649f59fe1686, 'click', function() {infowindow.open(map,m_bbce4161932c5324b0af649f59fe1686);});$marker.push(m_bbce4161932c5324b0af649f59fe1686);}});}google.maps.event.addDomListener(window, 'load', initialize);