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.2566,-103.806)};var g_559aa4b956784d62537a1b9ad9a4c9f6 = new google.maps.Geocoder();g_559aa4b956784d62537a1b9ad9a4c9f6.geocode( { 'address': "123 E Kiowa Ave, Fort Morgan, CO 80701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-morgan-CO-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-morgan-CO-wells-fargo-bank'), mapOptions);}document.getElementById('8b29aea3').innerHTML += ' | View Map';var $l559aa4b956784d62537a1b9ad9a4c9f6 = '

Wells Fargo Bank

Address: 123 E Kiowa Ave, Fort Morgan, CO 80701
Phone: (970) 867-5661
';var m_559aa4b956784d62537a1b9ad9a4c9f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_559aa4b956784d62537a1b9ad9a4c9f6['infowindow'] = new google.maps.InfoWindow({content: $l559aa4b956784d62537a1b9ad9a4c9f6});var infowindow = new google.maps.InfoWindow({content: $l559aa4b956784d62537a1b9ad9a4c9f6});google.maps.event.addListener(m_559aa4b956784d62537a1b9ad9a4c9f6, 'click', function() {infowindow.open(map,m_559aa4b956784d62537a1b9ad9a4c9f6);});$marker.push(m_559aa4b956784d62537a1b9ad9a4c9f6);}});}google.maps.event.addDomListener(window, 'load', initialize);