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.5693,-111.967)};var g_c21e10878f142d39a29636a454bd8d20 = new google.maps.Geocoder();g_c21e10878f142d39a29636a454bd8d20.geocode( { 'address': "11422 S District Dr, South Jordan, UT 84095"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-jordan-UT-keybank').style.display = '';map = new google.maps.Map(document.getElementById('south-jordan-UT-keybank'), mapOptions);}document.getElementById('e3656263').innerHTML += ' | View Map';var $lc21e10878f142d39a29636a454bd8d20 = '

KeyBank

Address: 11422 S District Dr, South Jordan, UT 84095
Phone: (801) 495-5420
';var m_c21e10878f142d39a29636a454bd8d20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_c21e10878f142d39a29636a454bd8d20['infowindow'] = new google.maps.InfoWindow({content: $lc21e10878f142d39a29636a454bd8d20});var infowindow = new google.maps.InfoWindow({content: $lc21e10878f142d39a29636a454bd8d20});google.maps.event.addListener(m_c21e10878f142d39a29636a454bd8d20, 'click', function() {infowindow.open(map,m_c21e10878f142d39a29636a454bd8d20);});$marker.push(m_c21e10878f142d39a29636a454bd8d20);}});}google.maps.event.addDomListener(window, 'load', initialize);