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.5685,-97.6594)};var g_25d8a1b90aaf912eaa8831c2baf0f055 = new google.maps.Geocoder();g_25d8a1b90aaf912eaa8831c2baf0f055.geocode( { 'address': "904 Broadway St, Concordia, KS 66901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concordia-KS-american-agcredit').style.display = '';map = new google.maps.Map(document.getElementById('concordia-KS-american-agcredit'), mapOptions);}document.getElementById('3be5ee5f').innerHTML += ' | View Map';var $l25d8a1b90aaf912eaa8831c2baf0f055 = '

American AgCredit

Address: 904 Broadway St, Concordia, KS 66901, USA
Phone: (785) 243-4689
';var m_25d8a1b90aaf912eaa8831c2baf0f055 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American AgCredit',});m_25d8a1b90aaf912eaa8831c2baf0f055['infowindow'] = new google.maps.InfoWindow({content: $l25d8a1b90aaf912eaa8831c2baf0f055});var infowindow = new google.maps.InfoWindow({content: $l25d8a1b90aaf912eaa8831c2baf0f055});google.maps.event.addListener(m_25d8a1b90aaf912eaa8831c2baf0f055, 'click', function() {infowindow.open(map,m_25d8a1b90aaf912eaa8831c2baf0f055);});$marker.push(m_25d8a1b90aaf912eaa8831c2baf0f055);}});}google.maps.event.addDomListener(window, 'load', initialize);