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.2536,-103.801)};var g_a5559cd1230af4e7a0c6a5a969b2393d = new google.maps.Geocoder();g_a5559cd1230af4e7a0c6a5a969b2393d.geocode( { 'address': "100 E Platte Ave, Fort Morgan, CO 80701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-morgan-CO-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-morgan-CO-atm-key-bank'), mapOptions);}document.getElementById('c4079453').innerHTML += ' | View Map';var $la5559cd1230af4e7a0c6a5a969b2393d = '

ATM (Key Bank)

Address: 100 E Platte Ave, Fort Morgan, CO 80701, USA
Phone: (970) 427-5071
';var m_a5559cd1230af4e7a0c6a5a969b2393d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_a5559cd1230af4e7a0c6a5a969b2393d['infowindow'] = new google.maps.InfoWindow({content: $la5559cd1230af4e7a0c6a5a969b2393d});var infowindow = new google.maps.InfoWindow({content: $la5559cd1230af4e7a0c6a5a969b2393d});google.maps.event.addListener(m_a5559cd1230af4e7a0c6a5a969b2393d, 'click', function() {infowindow.open(map,m_a5559cd1230af4e7a0c6a5a969b2393d);});$marker.push(m_a5559cd1230af4e7a0c6a5a969b2393d);}});}google.maps.event.addDomListener(window, 'load', initialize);