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(38.9768,-104.316)};var g_cea7785b31f6a028bfa54af07d6f79ce = new google.maps.Geocoder();g_cea7785b31f6a028bfa54af07d6f79ce.geocode( { 'address': "485 Colorado Ave, Calhan, CO 80808"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhan-CO-farmers-state-bank-of-calhan').style.display = '';map = new google.maps.Map(document.getElementById('calhan-CO-farmers-state-bank-of-calhan'), mapOptions);}document.getElementById('c6a348c6').innerHTML += ' | View Map';var $lcea7785b31f6a028bfa54af07d6f79ce = '

Farmers State Bank Of Calhan

Address: 485 Colorado Ave, Calhan, CO 80808
Phone: (719) 349-0771
';var m_cea7785b31f6a028bfa54af07d6f79ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers State Bank Of Calhan',});m_cea7785b31f6a028bfa54af07d6f79ce['infowindow'] = new google.maps.InfoWindow({content: $lcea7785b31f6a028bfa54af07d6f79ce});var infowindow = new google.maps.InfoWindow({content: $lcea7785b31f6a028bfa54af07d6f79ce});google.maps.event.addListener(m_cea7785b31f6a028bfa54af07d6f79ce, 'click', function() {infowindow.open(map,m_cea7785b31f6a028bfa54af07d6f79ce);});$marker.push(m_cea7785b31f6a028bfa54af07d6f79ce);}});}google.maps.event.addDomListener(window, 'load', initialize);