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(38.7826,-95.2654)};var g_11538efd228b129c09721c6136584d63 = new google.maps.Geocoder();g_11538efd228b129c09721c6136584d63.geocode( { 'address': "1270 N 300 Rd, Baldwin City, KS 66006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-city-KS-frontier-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-city-KS-frontier-farm-credit'), mapOptions);}document.getElementById('58740bb9').innerHTML += ' | View Map';var $l11538efd228b129c09721c6136584d63 = '

Frontier Farm Credit

Address: 1270 N 300 Rd, Baldwin City, KS 66006, USA
Phone: (785) 594-2900
';var m_11538efd228b129c09721c6136584d63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frontier Farm Credit',});m_11538efd228b129c09721c6136584d63['infowindow'] = new google.maps.InfoWindow({content: $l11538efd228b129c09721c6136584d63});var infowindow = new google.maps.InfoWindow({content: $l11538efd228b129c09721c6136584d63});google.maps.event.addListener(m_11538efd228b129c09721c6136584d63, 'click', function() {infowindow.open(map,m_11538efd228b129c09721c6136584d63);});$marker.push(m_11538efd228b129c09721c6136584d63);}});}google.maps.event.addDomListener(window, 'load', initialize);