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.5549,-87.6723)};var g_a330f9fecc388ce67f87b09855480ca3 = new google.maps.Geocoder();g_a330f9fecc388ce67f87b09855480ca3.geocode( { 'address': "17924 Halsted St, Homewood, IL 60430"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homewood-IL-trinity-mutual').style.display = '';map = new google.maps.Map(document.getElementById('homewood-IL-trinity-mutual'), mapOptions);}document.getElementById('022ac07e').innerHTML += ' | View Map';var $la330f9fecc388ce67f87b09855480ca3 = '

Trinity Mutual

Address: 17924 Halsted St, Homewood, IL 60430
Phone: (708) 249-7500
';var m_a330f9fecc388ce67f87b09855480ca3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trinity Mutual',});m_a330f9fecc388ce67f87b09855480ca3['infowindow'] = new google.maps.InfoWindow({content: $la330f9fecc388ce67f87b09855480ca3});var infowindow = new google.maps.InfoWindow({content: $la330f9fecc388ce67f87b09855480ca3});google.maps.event.addListener(m_a330f9fecc388ce67f87b09855480ca3, 'click', function() {infowindow.open(map,m_a330f9fecc388ce67f87b09855480ca3);});$marker.push(m_a330f9fecc388ce67f87b09855480ca3);}});}google.maps.event.addDomListener(window, 'load', initialize);