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.5946,-111.831)};var g_61bdf049525b7d4c2cf79257ec7c2c56 = new google.maps.Geocoder();g_61bdf049525b7d4c2cf79257ec7c2c56.geocode( { 'address': "8625 Highland Dr, Sandy, UT 84093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-keybank').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-keybank'), mapOptions);}document.getElementById('bcd2eb4b').innerHTML += ' | View Map';var $l61bdf049525b7d4c2cf79257ec7c2c56 = '

KeyBank

Address: 8625 Highland Dr, Sandy, UT 84093, USA
Phone: (801) 937-3000
';var m_61bdf049525b7d4c2cf79257ec7c2c56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_61bdf049525b7d4c2cf79257ec7c2c56['infowindow'] = new google.maps.InfoWindow({content: $l61bdf049525b7d4c2cf79257ec7c2c56});var infowindow = new google.maps.InfoWindow({content: $l61bdf049525b7d4c2cf79257ec7c2c56});google.maps.event.addListener(m_61bdf049525b7d4c2cf79257ec7c2c56, 'click', function() {infowindow.open(map,m_61bdf049525b7d4c2cf79257ec7c2c56);});$marker.push(m_61bdf049525b7d4c2cf79257ec7c2c56);}});}google.maps.event.addDomListener(window, 'load', initialize);