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(39.7984,-89.6466)};var g_40ae5de2aa2c1e1dddb619ce9af3dd9f = new google.maps.Geocoder();g_40ae5de2aa2c1e1dddb619ce9af3dd9f.geocode( { 'address': "3250 S 6th Street Rd, Springfield, IL 62703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-mcdonald-s').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-mcdonald-s'), mapOptions);}document.getElementById('43c1314d').innerHTML += ' | View Map';var $l40ae5de2aa2c1e1dddb619ce9af3dd9f = '

McDonald's

Address: 3250 S 6th Street Rd, Springfield, IL 62703
Phone: (217) 529-3320
';var m_40ae5de2aa2c1e1dddb619ce9af3dd9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McDonald's',});m_40ae5de2aa2c1e1dddb619ce9af3dd9f['infowindow'] = new google.maps.InfoWindow({content: $l40ae5de2aa2c1e1dddb619ce9af3dd9f});var infowindow = new google.maps.InfoWindow({content: $l40ae5de2aa2c1e1dddb619ce9af3dd9f});google.maps.event.addListener(m_40ae5de2aa2c1e1dddb619ce9af3dd9f, 'click', function() {infowindow.open(map,m_40ae5de2aa2c1e1dddb619ce9af3dd9f);});$marker.push(m_40ae5de2aa2c1e1dddb619ce9af3dd9f);}});var g_941f06be841d8967cab504dbc7012067 = new google.maps.Geocoder();g_941f06be841d8967cab504dbc7012067.geocode( { 'address': "3151 S Dirksen Pkwy, Springfield, IL 62703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-mcdonald-s').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-mcdonald-s'), mapOptions);}document.getElementById('b4bb8597').innerHTML += ' | View Map';var $l941f06be841d8967cab504dbc7012067 = '

McDonald's

Address: 3151 S Dirksen Pkwy, Springfield, IL 62703
Phone: (217) 529-1928
';var m_941f06be841d8967cab504dbc7012067 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McDonald's',});m_941f06be841d8967cab504dbc7012067['infowindow'] = new google.maps.InfoWindow({content: $l941f06be841d8967cab504dbc7012067});var infowindow = new google.maps.InfoWindow({content: $l941f06be841d8967cab504dbc7012067});google.maps.event.addListener(m_941f06be841d8967cab504dbc7012067, 'click', function() {infowindow.open(map,m_941f06be841d8967cab504dbc7012067);});$marker.push(m_941f06be841d8967cab504dbc7012067);}});}google.maps.event.addDomListener(window, 'load', initialize);