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.881,-87.6247)};var g_48bb58ad9fad2df3441cd4452f9d24a6 = new google.maps.Geocoder();g_48bb58ad9fad2df3441cd4452f9d24a6.geocode( { 'address': "11001 S Michigan Ave, Chicago, IL 60628"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-nhsrc').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-nhsrc'), mapOptions);}document.getElementById('9e849264').innerHTML += ' | View Map';var $l48bb58ad9fad2df3441cd4452f9d24a6 = '

Nhsrc

Address: 11001 S Michigan Ave, Chicago, IL 60628
Phone: (773) 568-1898
';var m_48bb58ad9fad2df3441cd4452f9d24a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nhsrc',});m_48bb58ad9fad2df3441cd4452f9d24a6['infowindow'] = new google.maps.InfoWindow({content: $l48bb58ad9fad2df3441cd4452f9d24a6});var infowindow = new google.maps.InfoWindow({content: $l48bb58ad9fad2df3441cd4452f9d24a6});google.maps.event.addListener(m_48bb58ad9fad2df3441cd4452f9d24a6, 'click', function() {infowindow.open(map,m_48bb58ad9fad2df3441cd4452f9d24a6);});$marker.push(m_48bb58ad9fad2df3441cd4452f9d24a6);}});}google.maps.event.addDomListener(window, 'load', initialize);