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.645,-91.5333)};var g_5984b5db20e8c260e098f7907f7f8f9c = new google.maps.Geocoder();g_5984b5db20e8c260e098f7907f7f8f9c.geocode( { 'address': "1401 S Gilbert St, Iowa City, IA 52240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iowa-city-IA-hills-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('iowa-city-IA-hills-insurance-agency'), mapOptions);}document.getElementById('5ef9c42a').innerHTML += ' | View Map';var $l5984b5db20e8c260e098f7907f7f8f9c = '

Hills Insurance Agency

Address: 1401 S Gilbert St, Iowa City, IA 52240, USA
Phone: (319) 338-1277
';var m_5984b5db20e8c260e098f7907f7f8f9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hills Insurance Agency',});m_5984b5db20e8c260e098f7907f7f8f9c['infowindow'] = new google.maps.InfoWindow({content: $l5984b5db20e8c260e098f7907f7f8f9c});var infowindow = new google.maps.InfoWindow({content: $l5984b5db20e8c260e098f7907f7f8f9c});google.maps.event.addListener(m_5984b5db20e8c260e098f7907f7f8f9c, 'click', function() {infowindow.open(map,m_5984b5db20e8c260e098f7907f7f8f9c);});$marker.push(m_5984b5db20e8c260e098f7907f7f8f9c);}});}google.maps.event.addDomListener(window, 'load', initialize);