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(39.3802,-101.056)};var g_f59ce07c238cc6cb6adc5e61af6d6cf2 = new google.maps.Geocoder();g_f59ce07c238cc6cb6adc5e61af6d6cf2.geocode( { 'address': "1190 S Range Ave, Colby, KS 67701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colby-KS-farm-credit-of-western-kansas').style.display = '';map = new google.maps.Map(document.getElementById('colby-KS-farm-credit-of-western-kansas'), mapOptions);}document.getElementById('0a0de419').innerHTML += ' | View Map';var $lf59ce07c238cc6cb6adc5e61af6d6cf2 = '

Farm Credit of Western Kansas

Address: 1190 S Range Ave, Colby, KS 67701, USA
Phone: (785) 462-2382
';var m_f59ce07c238cc6cb6adc5e61af6d6cf2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit of Western Kansas',});m_f59ce07c238cc6cb6adc5e61af6d6cf2['infowindow'] = new google.maps.InfoWindow({content: $lf59ce07c238cc6cb6adc5e61af6d6cf2});var infowindow = new google.maps.InfoWindow({content: $lf59ce07c238cc6cb6adc5e61af6d6cf2});google.maps.event.addListener(m_f59ce07c238cc6cb6adc5e61af6d6cf2, 'click', function() {infowindow.open(map,m_f59ce07c238cc6cb6adc5e61af6d6cf2);});$marker.push(m_f59ce07c238cc6cb6adc5e61af6d6cf2);}});}google.maps.event.addDomListener(window, 'load', initialize);