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.6165,-111.88)};var g_418c992318b23d783810974ee489bc6f = new google.maps.Geocoder();g_418c992318b23d783810974ee489bc6f.geocode( { 'address': "6995 S Union Park Ctr, Midvale, UT 84047"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midvale-UT-zions-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('midvale-UT-zions-first-national-bank'), mapOptions);}document.getElementById('7fa9c64e').innerHTML += ' | View Map';var $l418c992318b23d783810974ee489bc6f = '

Zions First National Bank

Address: 6995 S Union Park Ctr, Midvale, UT 84047
Phone: (801) 524-2380
';var m_418c992318b23d783810974ee489bc6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions First National Bank',});m_418c992318b23d783810974ee489bc6f['infowindow'] = new google.maps.InfoWindow({content: $l418c992318b23d783810974ee489bc6f});var infowindow = new google.maps.InfoWindow({content: $l418c992318b23d783810974ee489bc6f});google.maps.event.addListener(m_418c992318b23d783810974ee489bc6f, 'click', function() {infowindow.open(map,m_418c992318b23d783810974ee489bc6f);});$marker.push(m_418c992318b23d783810974ee489bc6f);}});}google.maps.event.addDomListener(window, 'load', initialize);