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.8833,-111.881)};var g_17d45ef135b1630c421896f331160484 = new google.maps.Geocoder();g_17d45ef135b1630c421896f331160484.geocode( { 'address': "562 S Main St, Bountiful, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bountiful-UT-keybank').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-keybank'), mapOptions);}document.getElementById('697246d2').innerHTML += ' | View Map';var $l17d45ef135b1630c421896f331160484 = '

KeyBank

Address: 562 S Main St, Bountiful, UT 84010, USA
Phone: (801) 292-7346
';var m_17d45ef135b1630c421896f331160484 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_17d45ef135b1630c421896f331160484['infowindow'] = new google.maps.InfoWindow({content: $l17d45ef135b1630c421896f331160484});var infowindow = new google.maps.InfoWindow({content: $l17d45ef135b1630c421896f331160484});google.maps.event.addListener(m_17d45ef135b1630c421896f331160484, 'click', function() {infowindow.open(map,m_17d45ef135b1630c421896f331160484);});$marker.push(m_17d45ef135b1630c421896f331160484);}});}google.maps.event.addDomListener(window, 'load', initialize);