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.5228,-97.9891)};var g_eddb08cda49861722c4bad9a97890337 = new google.maps.Geocoder();g_eddb08cda49861722c4bad9a97890337.geocode( { 'address': "435 N Main St, Kingman, KS 67068"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingman-KS-american-agcredit').style.display = '';map = new google.maps.Map(document.getElementById('kingman-KS-american-agcredit'), mapOptions);}document.getElementById('a3825924').innerHTML += ' | View Map';var $leddb08cda49861722c4bad9a97890337 = '

American Agcredit

Address: 435 N Main St, Kingman, KS 67068
Phone: (620) 532-5102
';var m_eddb08cda49861722c4bad9a97890337 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Agcredit',});m_eddb08cda49861722c4bad9a97890337['infowindow'] = new google.maps.InfoWindow({content: $leddb08cda49861722c4bad9a97890337});var infowindow = new google.maps.InfoWindow({content: $leddb08cda49861722c4bad9a97890337});google.maps.event.addListener(m_eddb08cda49861722c4bad9a97890337, 'click', function() {infowindow.open(map,m_eddb08cda49861722c4bad9a97890337);});$marker.push(m_eddb08cda49861722c4bad9a97890337);}});}google.maps.event.addDomListener(window, 'load', initialize);