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.7229,-87.6625)};var g_104aaa348cdf955361b5e9d57cda3394 = new google.maps.Geocoder();g_104aaa348cdf955361b5e9d57cda3394.geocode( { 'address': "9401 S Ashland Ave, Chicago, IL 60620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-bmac').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-bmac'), mapOptions);}document.getElementById('1bb2bd3b').innerHTML += ' | View Map';var $l104aaa348cdf955361b5e9d57cda3394 = '

Bmac

Address: 9401 S Ashland Ave, Chicago, IL 60620, USA
Phone: (773) 779-8637
';var m_104aaa348cdf955361b5e9d57cda3394 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bmac',});m_104aaa348cdf955361b5e9d57cda3394['infowindow'] = new google.maps.InfoWindow({content: $l104aaa348cdf955361b5e9d57cda3394});var infowindow = new google.maps.InfoWindow({content: $l104aaa348cdf955361b5e9d57cda3394});google.maps.event.addListener(m_104aaa348cdf955361b5e9d57cda3394, 'click', function() {infowindow.open(map,m_104aaa348cdf955361b5e9d57cda3394);});$marker.push(m_104aaa348cdf955361b5e9d57cda3394);}});}google.maps.event.addDomListener(window, 'load', initialize);