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_56ac6061c5646a646d983c9314dad956 = new google.maps.Geocoder();g_56ac6061c5646a646d983c9314dad956.geocode( { 'address': "626 W Jackson Blvd, Chicago, IL 60661"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-harris').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-harris'), mapOptions);}document.getElementById('8848695d').innerHTML += ' | View Map';var $l56ac6061c5646a646d983c9314dad956 = '

Harris

Address: 626 W Jackson Blvd, Chicago, IL 60661
Phone: (312) 589-1049
';var m_56ac6061c5646a646d983c9314dad956 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harris',});m_56ac6061c5646a646d983c9314dad956['infowindow'] = new google.maps.InfoWindow({content: $l56ac6061c5646a646d983c9314dad956});var infowindow = new google.maps.InfoWindow({content: $l56ac6061c5646a646d983c9314dad956});google.maps.event.addListener(m_56ac6061c5646a646d983c9314dad956, 'click', function() {infowindow.open(map,m_56ac6061c5646a646d983c9314dad956);});$marker.push(m_56ac6061c5646a646d983c9314dad956);}});}google.maps.event.addDomListener(window, 'load', initialize);