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.8046,-87.897)};var g_992fbfcd780c3f522308d44f1b13ee19 = new google.maps.Geocoder();g_992fbfcd780c3f522308d44f1b13ee19.geocode( { 'address': "40 47th St, Western Springs, IL 60558"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('western-springs-IL-national-city').style.display = '';map = new google.maps.Map(document.getElementById('western-springs-IL-national-city'), mapOptions);}document.getElementById('6065f9a7').innerHTML += ' | View Map';var $l992fbfcd780c3f522308d44f1b13ee19 = '

National City

Address: 40 47th St, Western Springs, IL 60558
Phone: (708) 246-8990
';var m_992fbfcd780c3f522308d44f1b13ee19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City',});m_992fbfcd780c3f522308d44f1b13ee19['infowindow'] = new google.maps.InfoWindow({content: $l992fbfcd780c3f522308d44f1b13ee19});var infowindow = new google.maps.InfoWindow({content: $l992fbfcd780c3f522308d44f1b13ee19});google.maps.event.addListener(m_992fbfcd780c3f522308d44f1b13ee19, 'click', function() {infowindow.open(map,m_992fbfcd780c3f522308d44f1b13ee19);});$marker.push(m_992fbfcd780c3f522308d44f1b13ee19);}});}google.maps.event.addDomListener(window, 'load', initialize);