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.2088,-96.3049)};var g_37eda6fc55724f196e07626ad6bf49c8 = new google.maps.Geocoder();g_37eda6fc55724f196e07626ad6bf49c8.geocode( { 'address': "1004 Lincoln Ave, Wamego, KS 66547, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wamego-KS-pottawatomie-county-economic').style.display = '';map = new google.maps.Map(document.getElementById('wamego-KS-pottawatomie-county-economic'), mapOptions);}document.getElementById('04e4e5f9').innerHTML += ' | View Map';var $l37eda6fc55724f196e07626ad6bf49c8 = '

Pottawatomie County Economic

Address: 1004 Lincoln Ave, Wamego, KS 66547, USA
Phone: (785) 456-9776
';var m_37eda6fc55724f196e07626ad6bf49c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pottawatomie County Economic',});m_37eda6fc55724f196e07626ad6bf49c8['infowindow'] = new google.maps.InfoWindow({content: $l37eda6fc55724f196e07626ad6bf49c8});var infowindow = new google.maps.InfoWindow({content: $l37eda6fc55724f196e07626ad6bf49c8});google.maps.event.addListener(m_37eda6fc55724f196e07626ad6bf49c8, 'click', function() {infowindow.open(map,m_37eda6fc55724f196e07626ad6bf49c8);});$marker.push(m_37eda6fc55724f196e07626ad6bf49c8);}});}google.maps.event.addDomListener(window, 'load', initialize);