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.77,-91.1301)};var g_44bf48b26d4216487e816b2efe435bab = new google.maps.Geocoder();g_44bf48b26d4216487e816b2efe435bab.geocode( { 'address': "107 Cedar St, Tipton, IA 52772, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tipton-IA-cedar-county-economic-development-commision').style.display = '';map = new google.maps.Map(document.getElementById('tipton-IA-cedar-county-economic-development-commision'), mapOptions);}document.getElementById('68a0a960').innerHTML += ' | View Map';var $l44bf48b26d4216487e816b2efe435bab = '

Cedar County Economic Development Commision

Address: 107 Cedar St, Tipton, IA 52772, USA
Phone: (563) 886-3761
';var m_44bf48b26d4216487e816b2efe435bab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cedar County Economic Development Commision',});m_44bf48b26d4216487e816b2efe435bab['infowindow'] = new google.maps.InfoWindow({content: $l44bf48b26d4216487e816b2efe435bab});var infowindow = new google.maps.InfoWindow({content: $l44bf48b26d4216487e816b2efe435bab});google.maps.event.addListener(m_44bf48b26d4216487e816b2efe435bab, 'click', function() {infowindow.open(map,m_44bf48b26d4216487e816b2efe435bab);});$marker.push(m_44bf48b26d4216487e816b2efe435bab);}});}google.maps.event.addDomListener(window, 'load', initialize);