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.8818,-87.6267)};var g_f410602c9c86767a50e4aa907b565e45 = new google.maps.Geocoder();g_f410602c9c86767a50e4aa907b565e45.geocode( { 'address': "29 E Madison St # 1710, Chicago, IL 60602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-woodstock-institute').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-woodstock-institute'), mapOptions);}document.getElementById('4833328b').innerHTML += ' | View Map';var $lf410602c9c86767a50e4aa907b565e45 = '

Woodstock Institute

Address: 29 E Madison St # 1710, Chicago, IL 60602, USA
Phone: (312) 368-0310
';var m_f410602c9c86767a50e4aa907b565e45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodstock Institute',});m_f410602c9c86767a50e4aa907b565e45['infowindow'] = new google.maps.InfoWindow({content: $lf410602c9c86767a50e4aa907b565e45});var infowindow = new google.maps.InfoWindow({content: $lf410602c9c86767a50e4aa907b565e45});google.maps.event.addListener(m_f410602c9c86767a50e4aa907b565e45, 'click', function() {infowindow.open(map,m_f410602c9c86767a50e4aa907b565e45);});$marker.push(m_f410602c9c86767a50e4aa907b565e45);}});}google.maps.event.addDomListener(window, 'load', initialize);