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.735,-87.5849)};var g_a5607d3ac5b93754da7fccfc052bcc76 = new google.maps.Geocoder();g_a5607d3ac5b93754da7fccfc052bcc76.geocode( { 'address': "8801 S Stony Island Ave, Chicago, IL 60617, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-max-tax--credit').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-max-tax--credit'), mapOptions);}document.getElementById('6998f6ea').innerHTML += ' | View Map';var $la5607d3ac5b93754da7fccfc052bcc76 = '

Max Tax & Credit

Address: 8801 S Stony Island Ave, Chicago, IL 60617, USA
Phone: (773) 530-0855
';var m_a5607d3ac5b93754da7fccfc052bcc76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Max Tax & Credit',});m_a5607d3ac5b93754da7fccfc052bcc76['infowindow'] = new google.maps.InfoWindow({content: $la5607d3ac5b93754da7fccfc052bcc76});var infowindow = new google.maps.InfoWindow({content: $la5607d3ac5b93754da7fccfc052bcc76});google.maps.event.addListener(m_a5607d3ac5b93754da7fccfc052bcc76, 'click', function() {infowindow.open(map,m_a5607d3ac5b93754da7fccfc052bcc76);});$marker.push(m_a5607d3ac5b93754da7fccfc052bcc76);}});}google.maps.event.addDomListener(window, 'load', initialize);