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.7542,-88.061)};var g_2342d8a616837cd6d79017fe68172b28 = new google.maps.Geocoder();g_2342d8a616837cd6d79017fe68172b28.geocode( { 'address': "3590 Hobson Rd, Woodridge, IL 60517"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodridge-IL-help-at-home-inc').style.display = '';map = new google.maps.Map(document.getElementById('woodridge-IL-help-at-home-inc'), mapOptions);}document.getElementById('21ae14e8').innerHTML += ' | View Map';var $l2342d8a616837cd6d79017fe68172b28 = '

Help At Home Inc

Address: 3590 Hobson Rd, Woodridge, IL 60517
Phone: (630) 541-6249
';var m_2342d8a616837cd6d79017fe68172b28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Help At Home Inc',});m_2342d8a616837cd6d79017fe68172b28['infowindow'] = new google.maps.InfoWindow({content: $l2342d8a616837cd6d79017fe68172b28});var infowindow = new google.maps.InfoWindow({content: $l2342d8a616837cd6d79017fe68172b28});google.maps.event.addListener(m_2342d8a616837cd6d79017fe68172b28, 'click', function() {infowindow.open(map,m_2342d8a616837cd6d79017fe68172b28);});$marker.push(m_2342d8a616837cd6d79017fe68172b28);}});}google.maps.event.addDomListener(window, 'load', initialize);