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.8896,-111.881)};var g_401e3cd98460dd03b40982806291fc19 = new google.maps.Geocoder();g_401e3cd98460dd03b40982806291fc19.geocode( { 'address': "5 N Main St, Bountiful, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bountiful-UT-zions-bank-bountiful').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-zions-bank-bountiful'), mapOptions);}document.getElementById('f78906f9').innerHTML += ' | View Map';var $l401e3cd98460dd03b40982806291fc19 = '

Zions Bank Bountiful

Address: 5 N Main St, Bountiful, UT 84010, USA
Phone: (801) 294-4166
';var m_401e3cd98460dd03b40982806291fc19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Bountiful',});m_401e3cd98460dd03b40982806291fc19['infowindow'] = new google.maps.InfoWindow({content: $l401e3cd98460dd03b40982806291fc19});var infowindow = new google.maps.InfoWindow({content: $l401e3cd98460dd03b40982806291fc19});google.maps.event.addListener(m_401e3cd98460dd03b40982806291fc19, 'click', function() {infowindow.open(map,m_401e3cd98460dd03b40982806291fc19);});$marker.push(m_401e3cd98460dd03b40982806291fc19);}});}google.maps.event.addDomListener(window, 'load', initialize);