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_5fd3864b73ab0f55a568774e589ccfcf = new google.maps.Geocoder();g_5fd3864b73ab0f55a568774e589ccfcf.geocode( { 'address': "2034 Ridge Rd, Homewood, IL 60430"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homewood-IL-myron-a-migliorino-agency').style.display = '';map = new google.maps.Map(document.getElementById('homewood-IL-myron-a-migliorino-agency'), mapOptions);}document.getElementById('e05b8992').innerHTML += ' | View Map';var $l5fd3864b73ab0f55a568774e589ccfcf = '

Myron A Migliorino Agency

Address: 2034 Ridge Rd, Homewood, IL 60430
Phone: (708) 798-5555
';var m_5fd3864b73ab0f55a568774e589ccfcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Myron A Migliorino Agency',});m_5fd3864b73ab0f55a568774e589ccfcf['infowindow'] = new google.maps.InfoWindow({content: $l5fd3864b73ab0f55a568774e589ccfcf});var infowindow = new google.maps.InfoWindow({content: $l5fd3864b73ab0f55a568774e589ccfcf});google.maps.event.addListener(m_5fd3864b73ab0f55a568774e589ccfcf, 'click', function() {infowindow.open(map,m_5fd3864b73ab0f55a568774e589ccfcf);});$marker.push(m_5fd3864b73ab0f55a568774e589ccfcf);}});}google.maps.event.addDomListener(window, 'load', initialize);