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.5127,-111.474)};var g_080188f6c62b7a394108f382167dd5cb = new google.maps.Geocoder();g_080188f6c62b7a394108f382167dd5cb.geocode( { 'address': "42 W Main St, Midway, UT 84049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midway-UT-zions-bank-atm--express-teller').style.display = '';map = new google.maps.Map(document.getElementById('midway-UT-zions-bank-atm--express-teller'), mapOptions);}document.getElementById('4bd8a468').innerHTML += ' | View Map';var $l080188f6c62b7a394108f382167dd5cb = '

Zions Bank ATM & Express Teller

Address: 42 W Main St, Midway, UT 84049, USA
Phone: (800) 789-2265
';var m_080188f6c62b7a394108f382167dd5cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank ATM & Express Teller',});m_080188f6c62b7a394108f382167dd5cb['infowindow'] = new google.maps.InfoWindow({content: $l080188f6c62b7a394108f382167dd5cb});var infowindow = new google.maps.InfoWindow({content: $l080188f6c62b7a394108f382167dd5cb});google.maps.event.addListener(m_080188f6c62b7a394108f382167dd5cb, 'click', function() {infowindow.open(map,m_080188f6c62b7a394108f382167dd5cb);});$marker.push(m_080188f6c62b7a394108f382167dd5cb);}});}google.maps.event.addDomListener(window, 'load', initialize);