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.5353,-111.963)};var g_dae3fa7c1d4a752442cc769e688c3707 = new google.maps.Geocoder();g_dae3fa7c1d4a752442cc769e688c3707.geocode( { 'address': "3628 W 13400 S, Riverton, UT 84065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverton-UT-zions-bank').style.display = '';map = new google.maps.Map(document.getElementById('riverton-UT-zions-bank'), mapOptions);}document.getElementById('e4052567').innerHTML += ' | View Map';var $ldae3fa7c1d4a752442cc769e688c3707 = '

Zions Bank

Address: 3628 W 13400 S, Riverton, UT 84065
Phone: (801) 254-7538
';var m_dae3fa7c1d4a752442cc769e688c3707 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank',});m_dae3fa7c1d4a752442cc769e688c3707['infowindow'] = new google.maps.InfoWindow({content: $ldae3fa7c1d4a752442cc769e688c3707});var infowindow = new google.maps.InfoWindow({content: $ldae3fa7c1d4a752442cc769e688c3707});google.maps.event.addListener(m_dae3fa7c1d4a752442cc769e688c3707, 'click', function() {infowindow.open(map,m_dae3fa7c1d4a752442cc769e688c3707);});$marker.push(m_dae3fa7c1d4a752442cc769e688c3707);}});}google.maps.event.addDomListener(window, 'load', initialize);