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.7577,-111.822)};var g_63817b89b7ff1171f9417f0fd7a8cb62 = new google.maps.Geocoder();g_63817b89b7ff1171f9417f0fd7a8cb62.geocode( { 'address': "555 E 1400 N, Logan, UT 84341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-keybank-atm').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-keybank-atm'), mapOptions);}document.getElementById('5840d787').innerHTML += ' | View Map';var $l63817b89b7ff1171f9417f0fd7a8cb62 = '

KeyBank ATM

Address: 555 E 1400 N, Logan, UT 84341, USA
Phone: (800) 539-2968
';var m_63817b89b7ff1171f9417f0fd7a8cb62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank ATM',});m_63817b89b7ff1171f9417f0fd7a8cb62['infowindow'] = new google.maps.InfoWindow({content: $l63817b89b7ff1171f9417f0fd7a8cb62});var infowindow = new google.maps.InfoWindow({content: $l63817b89b7ff1171f9417f0fd7a8cb62});google.maps.event.addListener(m_63817b89b7ff1171f9417f0fd7a8cb62, 'click', function() {infowindow.open(map,m_63817b89b7ff1171f9417f0fd7a8cb62);});$marker.push(m_63817b89b7ff1171f9417f0fd7a8cb62);}});}google.maps.event.addDomListener(window, 'load', initialize);