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.3947,-101.047)};var g_099fe6b0b444c23836c4a5d07346082b = new google.maps.Geocoder();g_099fe6b0b444c23836c4a5d07346082b.geocode( { 'address': "1190 S Range Ave, Colby, KS 67701"}, 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('3a52e0fe').innerHTML += ' | View Map';var $l099fe6b0b444c23836c4a5d07346082b = '

Farm Credit Of Western Kansas

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