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(40.1099,-88.2472)};var g_5d75b942ab4bd730bc2e819df9c9a4b5 = new google.maps.Geocoder();g_5d75b942ab4bd730bc2e819df9c9a4b5.geocode( { 'address': "1771 W Kirby Ave, Champaign, IL 61821"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('champaign-IL-national-city').style.display = '';map = new google.maps.Map(document.getElementById('champaign-IL-national-city'), mapOptions);}document.getElementById('e989a3ec').innerHTML += ' | View Map';var $l5d75b942ab4bd730bc2e819df9c9a4b5 = '

National City

Address: 1771 W Kirby Ave, Champaign, IL 61821
Phone: (217) 363-4070
';var m_5d75b942ab4bd730bc2e819df9c9a4b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City',});m_5d75b942ab4bd730bc2e819df9c9a4b5['infowindow'] = new google.maps.InfoWindow({content: $l5d75b942ab4bd730bc2e819df9c9a4b5});var infowindow = new google.maps.InfoWindow({content: $l5d75b942ab4bd730bc2e819df9c9a4b5});google.maps.event.addListener(m_5d75b942ab4bd730bc2e819df9c9a4b5, 'click', function() {infowindow.open(map,m_5d75b942ab4bd730bc2e819df9c9a4b5);});$marker.push(m_5d75b942ab4bd730bc2e819df9c9a4b5);}});var g_98a14d82368cd20e0125055c96368a9b = new google.maps.Geocoder();g_98a14d82368cd20e0125055c96368a9b.geocode( { 'address': "30 E Main St, Champaign, IL 61820"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('champaign-IL-national-city').style.display = '';map = new google.maps.Map(document.getElementById('champaign-IL-national-city'), mapOptions);}document.getElementById('27eafa2d').innerHTML += ' | View Map';var $l98a14d82368cd20e0125055c96368a9b = '

National City

Address: 30 E Main St, Champaign, IL 61820
Phone: (217) 351-0500
';var m_98a14d82368cd20e0125055c96368a9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City',});m_98a14d82368cd20e0125055c96368a9b['infowindow'] = new google.maps.InfoWindow({content: $l98a14d82368cd20e0125055c96368a9b});var infowindow = new google.maps.InfoWindow({content: $l98a14d82368cd20e0125055c96368a9b});google.maps.event.addListener(m_98a14d82368cd20e0125055c96368a9b, 'click', function() {infowindow.open(map,m_98a14d82368cd20e0125055c96368a9b);});$marker.push(m_98a14d82368cd20e0125055c96368a9b);}});}google.maps.event.addDomListener(window, 'load', initialize);