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(41.712,-112.165)};var g_1fc4c90c7c2adb18b6b273447d1ee2e9 = new google.maps.Geocoder();g_1fc4c90c7c2adb18b6b273447d1ee2e9.geocode( { 'address': "57 E Main St, Tremonton, UT 84337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tremonton-UT-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('tremonton-UT-atm-key-bank'), mapOptions);}document.getElementById('f55c9080').innerHTML += ' | View Map';var $l1fc4c90c7c2adb18b6b273447d1ee2e9 = '

ATM (Key Bank)

Address: 57 E Main St, Tremonton, UT 84337, USA
Phone:
';var m_1fc4c90c7c2adb18b6b273447d1ee2e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_1fc4c90c7c2adb18b6b273447d1ee2e9['infowindow'] = new google.maps.InfoWindow({content: $l1fc4c90c7c2adb18b6b273447d1ee2e9});var infowindow = new google.maps.InfoWindow({content: $l1fc4c90c7c2adb18b6b273447d1ee2e9});google.maps.event.addListener(m_1fc4c90c7c2adb18b6b273447d1ee2e9, 'click', function() {infowindow.open(map,m_1fc4c90c7c2adb18b6b273447d1ee2e9);});$marker.push(m_1fc4c90c7c2adb18b6b273447d1ee2e9);}});}google.maps.event.addDomListener(window, 'load', initialize);