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(42.0272,-87.8132)};var g_52836c76fd8dedb1337663e14148fbf8 = new google.maps.Geocoder();g_52836c76fd8dedb1337663e14148fbf8.geocode( { 'address': "9101 N Greenwood Ave, Niles, IL 60714"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-IL-national-city').style.display = '';map = new google.maps.Map(document.getElementById('niles-IL-national-city'), mapOptions);}document.getElementById('e5a620e3').innerHTML += ' | View Map';var $l52836c76fd8dedb1337663e14148fbf8 = '

National City

Address: 9101 N Greenwood Ave, Niles, IL 60714
Phone: (847) 390-1200
';var m_52836c76fd8dedb1337663e14148fbf8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City',});m_52836c76fd8dedb1337663e14148fbf8['infowindow'] = new google.maps.InfoWindow({content: $l52836c76fd8dedb1337663e14148fbf8});var infowindow = new google.maps.InfoWindow({content: $l52836c76fd8dedb1337663e14148fbf8});google.maps.event.addListener(m_52836c76fd8dedb1337663e14148fbf8, 'click', function() {infowindow.open(map,m_52836c76fd8dedb1337663e14148fbf8);});$marker.push(m_52836c76fd8dedb1337663e14148fbf8);}});}google.maps.event.addDomListener(window, 'load', initialize);