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(37.9586,-102.579)};var g_f1d32765fb6215ed9ba20bd9e59733b8 = new google.maps.Geocoder();g_f1d32765fb6215ed9ba20bd9e59733b8.geocode( { 'address': "201 S 5th St, Lamar, CO 81052"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lamar-CO-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('lamar-CO-farm-credit'), mapOptions);}document.getElementById('811a8260').innerHTML += ' | View Map';var $lf1d32765fb6215ed9ba20bd9e59733b8 = '

Farm Credit

Address: 201 S 5th St, Lamar, CO 81052
Phone: (719) 336-9056
';var m_f1d32765fb6215ed9ba20bd9e59733b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit',});m_f1d32765fb6215ed9ba20bd9e59733b8['infowindow'] = new google.maps.InfoWindow({content: $lf1d32765fb6215ed9ba20bd9e59733b8});var infowindow = new google.maps.InfoWindow({content: $lf1d32765fb6215ed9ba20bd9e59733b8});google.maps.event.addListener(m_f1d32765fb6215ed9ba20bd9e59733b8, 'click', function() {infowindow.open(map,m_f1d32765fb6215ed9ba20bd9e59733b8);});$marker.push(m_f1d32765fb6215ed9ba20bd9e59733b8);}});}google.maps.event.addDomListener(window, 'load', initialize);