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(41.007,-92.4221)};var g_11dc5453a55bd010f0c71d1f0918a5ea = new google.maps.Geocoder();g_11dc5453a55bd010f0c71d1f0918a5ea.geocode( { 'address': "711 Church St, Ottumwa, IA 52501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ottumwa-IA-check-it-out').style.display = '';map = new google.maps.Map(document.getElementById('ottumwa-IA-check-it-out'), mapOptions);}document.getElementById('f9e08bff').innerHTML += ' | View Map';var $l11dc5453a55bd010f0c71d1f0918a5ea = '

Check It Out

Address: 711 Church St, Ottumwa, IA 52501, USA
Phone: (641) 954-9000
';var m_11dc5453a55bd010f0c71d1f0918a5ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check It Out',});m_11dc5453a55bd010f0c71d1f0918a5ea['infowindow'] = new google.maps.InfoWindow({content: $l11dc5453a55bd010f0c71d1f0918a5ea});var infowindow = new google.maps.InfoWindow({content: $l11dc5453a55bd010f0c71d1f0918a5ea});google.maps.event.addListener(m_11dc5453a55bd010f0c71d1f0918a5ea, 'click', function() {infowindow.open(map,m_11dc5453a55bd010f0c71d1f0918a5ea);});$marker.push(m_11dc5453a55bd010f0c71d1f0918a5ea);}});}google.maps.event.addDomListener(window, 'load', initialize);