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(38.7654,-112.098)};var g_86b7aca383f33e9164903466bb449017 = new google.maps.Geocoder();g_86b7aca383f33e9164903466bb449017.geocode( { 'address': "800 W 200 S, Richfield, UT 84701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richfield-UT-zions-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('richfield-UT-zions-first-national-bank'), mapOptions);}document.getElementById('ec73a06a').innerHTML += ' | View Map';var $l86b7aca383f33e9164903466bb449017 = '

Zions First National Bank

Address: 800 W 200 S, Richfield, UT 84701, USA
Phone: (800) 789-2265
';var m_86b7aca383f33e9164903466bb449017 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions First National Bank',});m_86b7aca383f33e9164903466bb449017['infowindow'] = new google.maps.InfoWindow({content: $l86b7aca383f33e9164903466bb449017});var infowindow = new google.maps.InfoWindow({content: $l86b7aca383f33e9164903466bb449017});google.maps.event.addListener(m_86b7aca383f33e9164903466bb449017, 'click', function() {infowindow.open(map,m_86b7aca383f33e9164903466bb449017);});$marker.push(m_86b7aca383f33e9164903466bb449017);}});}google.maps.event.addDomListener(window, 'load', initialize);