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.2537,-103.792)};var g_beb5dfa1d8e6812f2b520664bd77aff8 = new google.maps.Geocoder();g_beb5dfa1d8e6812f2b520664bd77aff8.geocode( { 'address': "520 Sherman St, Fort Morgan, CO 80701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-morgan-CO-fort-morgan-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-morgan-CO-fort-morgan-state-bank'), mapOptions);}document.getElementById('7ceffbd1').innerHTML += ' | View Map';var $lbeb5dfa1d8e6812f2b520664bd77aff8 = '

Fort Morgan State Bank

Address: 520 Sherman St, Fort Morgan, CO 80701, USA
Phone: (970) 867-3319
';var m_beb5dfa1d8e6812f2b520664bd77aff8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Morgan State Bank',});m_beb5dfa1d8e6812f2b520664bd77aff8['infowindow'] = new google.maps.InfoWindow({content: $lbeb5dfa1d8e6812f2b520664bd77aff8});var infowindow = new google.maps.InfoWindow({content: $lbeb5dfa1d8e6812f2b520664bd77aff8});google.maps.event.addListener(m_beb5dfa1d8e6812f2b520664bd77aff8, 'click', function() {infowindow.open(map,m_beb5dfa1d8e6812f2b520664bd77aff8);});$marker.push(m_beb5dfa1d8e6812f2b520664bd77aff8);}});}google.maps.event.addDomListener(window, 'load', initialize);