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(39.2654,-111.637)};var g_48237d9f2dea8c74c2a72126cf63d933 = new google.maps.Geocoder();g_48237d9f2dea8c74c2a72126cf63d933.geocode( { 'address': "1 S Main St, Manti, UT 84642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manti-UT-atm-zions-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('manti-UT-atm-zions-first-national-bank'), mapOptions);}document.getElementById('475e9d09').innerHTML += ' | View Map';var $l48237d9f2dea8c74c2a72126cf63d933 = '

ATM Zions First National Bank

Address: 1 S Main St, Manti, UT 84642, USA
Phone: (800) 627-3999
';var m_48237d9f2dea8c74c2a72126cf63d933 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Zions First National Bank',});m_48237d9f2dea8c74c2a72126cf63d933['infowindow'] = new google.maps.InfoWindow({content: $l48237d9f2dea8c74c2a72126cf63d933});var infowindow = new google.maps.InfoWindow({content: $l48237d9f2dea8c74c2a72126cf63d933});google.maps.event.addListener(m_48237d9f2dea8c74c2a72126cf63d933, 'click', function() {infowindow.open(map,m_48237d9f2dea8c74c2a72126cf63d933);});$marker.push(m_48237d9f2dea8c74c2a72126cf63d933);}});}google.maps.event.addDomListener(window, 'load', initialize);