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.6992,-93.0541)};var g_c10e448ee3d836a06267f606a23f65a6 = new google.maps.Geocoder();g_c10e448ee3d836a06267f606a23f65a6.geocode( { 'address': "111 1st Ave W, Newton, IA 50208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-IA-iis-luremansteenhoek-insurance').style.display = '';map = new google.maps.Map(document.getElementById('newton-IA-iis-luremansteenhoek-insurance'), mapOptions);}document.getElementById('28127220').innerHTML += ' | View Map';var $lc10e448ee3d836a06267f606a23f65a6 = '

IIS-Lureman/Steenhoek Insurance

Address: 111 1st Ave W, Newton, IA 50208, USA
Phone: (641) 792-7316
';var m_c10e448ee3d836a06267f606a23f65a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IIS-Lureman/Steenhoek Insurance',});m_c10e448ee3d836a06267f606a23f65a6['infowindow'] = new google.maps.InfoWindow({content: $lc10e448ee3d836a06267f606a23f65a6});var infowindow = new google.maps.InfoWindow({content: $lc10e448ee3d836a06267f606a23f65a6});google.maps.event.addListener(m_c10e448ee3d836a06267f606a23f65a6, 'click', function() {infowindow.open(map,m_c10e448ee3d836a06267f606a23f65a6);});$marker.push(m_c10e448ee3d836a06267f606a23f65a6);}});}google.maps.event.addDomListener(window, 'load', initialize);