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_0b3db72065ba123f01c974d2a6d3b624 = new google.maps.Geocoder();g_0b3db72065ba123f01c974d2a6d3b624.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-bank-randolph').style.display = '';map = new google.maps.Map(document.getElementById('randolph-UT-zions-bank-randolph'), mapOptions);}document.getElementById('a6468928').innerHTML += ' | View Map';var $l0b3db72065ba123f01c974d2a6d3b624 = '

Zions Bank Randolph

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