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_8574914c1150d43dc0c998b9d574f578 = new google.maps.Geocoder();g_8574914c1150d43dc0c998b9d574f578.geocode( { 'address': "603 Ridge Rd, Homewood, IL 60430"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homewood-IL-american-real-estate-appraisal').style.display = '';map = new google.maps.Map(document.getElementById('homewood-IL-american-real-estate-appraisal'), mapOptions);}document.getElementById('2cf6f3f5').innerHTML += ' | View Map';var $l8574914c1150d43dc0c998b9d574f578 = '

American Real Estate Appraisal

Address: 603 Ridge Rd, Homewood, IL 60430
Phone: (708) 957-4900
';var m_8574914c1150d43dc0c998b9d574f578 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Real Estate Appraisal',});m_8574914c1150d43dc0c998b9d574f578['infowindow'] = new google.maps.InfoWindow({content: $l8574914c1150d43dc0c998b9d574f578});var infowindow = new google.maps.InfoWindow({content: $l8574914c1150d43dc0c998b9d574f578});google.maps.event.addListener(m_8574914c1150d43dc0c998b9d574f578, 'click', function() {infowindow.open(map,m_8574914c1150d43dc0c998b9d574f578);});$marker.push(m_8574914c1150d43dc0c998b9d574f578);}});}google.maps.event.addDomListener(window, 'load', initialize);