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(41.6679,-111.185)};var g_da81fe94c30a6eb26ed48c083014079f = new google.maps.Geocoder();g_da81fe94c30a6eb26ed48c083014079f.geocode( { 'address': "125 N Main St, Randolph, UT 84064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('randolph-UT-zions-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('randolph-UT-zions-first-national-bank'), mapOptions);}document.getElementById('a6468928').innerHTML += ' | View Map';var $lda81fe94c30a6eb26ed48c083014079f = '

Zions First National Bank

Address: 125 N Main St, Randolph, UT 84064, USA
Phone: (435) 793-1010
';var m_da81fe94c30a6eb26ed48c083014079f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions First National Bank',});m_da81fe94c30a6eb26ed48c083014079f['infowindow'] = new google.maps.InfoWindow({content: $lda81fe94c30a6eb26ed48c083014079f});var infowindow = new google.maps.InfoWindow({content: $lda81fe94c30a6eb26ed48c083014079f});google.maps.event.addListener(m_da81fe94c30a6eb26ed48c083014079f, 'click', function() {infowindow.open(map,m_da81fe94c30a6eb26ed48c083014079f);});$marker.push(m_da81fe94c30a6eb26ed48c083014079f);}});}google.maps.event.addDomListener(window, 'load', initialize);