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.1423,-94.8088)};var g_877e78cf1d978ce22dbddfc3d34810a4 = new google.maps.Geocoder();g_877e78cf1d978ce22dbddfc3d34810a4.geocode( { 'address': "Mound City, KS 66056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mound-city-KS-farmers-merchants-bak').style.display = '';map = new google.maps.Map(document.getElementById('mound-city-KS-farmers-merchants-bak'), mapOptions);}document.getElementById('ec4a07af').innerHTML += ' | View Map';var $l877e78cf1d978ce22dbddfc3d34810a4 = '

Farmers & Merchants Bak

Address: Mound City, KS 66056
Phone: (913) 795-2212
';var m_877e78cf1d978ce22dbddfc3d34810a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bak',});m_877e78cf1d978ce22dbddfc3d34810a4['infowindow'] = new google.maps.InfoWindow({content: $l877e78cf1d978ce22dbddfc3d34810a4});var infowindow = new google.maps.InfoWindow({content: $l877e78cf1d978ce22dbddfc3d34810a4});google.maps.event.addListener(m_877e78cf1d978ce22dbddfc3d34810a4, 'click', function() {infowindow.open(map,m_877e78cf1d978ce22dbddfc3d34810a4);});$marker.push(m_877e78cf1d978ce22dbddfc3d34810a4);}});}google.maps.event.addDomListener(window, 'load', initialize);