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.7894,-89.6451)};var g_fb25d5af5ad77b0e521b77882c08f77c = new google.maps.Geocoder();g_fb25d5af5ad77b0e521b77882c08f77c.geocode( { 'address': "1124 S 8th St, Springfield, IL 62703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-acme-credit-service').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-acme-credit-service'), mapOptions);}document.getElementById('97b35aa9').innerHTML += ' | View Map';var $lfb25d5af5ad77b0e521b77882c08f77c = '

Acme Credit Service

Address: 1124 S 8th St, Springfield, IL 62703, USA
Phone: (217) 241-4400
';var m_fb25d5af5ad77b0e521b77882c08f77c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acme Credit Service',});m_fb25d5af5ad77b0e521b77882c08f77c['infowindow'] = new google.maps.InfoWindow({content: $lfb25d5af5ad77b0e521b77882c08f77c});var infowindow = new google.maps.InfoWindow({content: $lfb25d5af5ad77b0e521b77882c08f77c});google.maps.event.addListener(m_fb25d5af5ad77b0e521b77882c08f77c, 'click', function() {infowindow.open(map,m_fb25d5af5ad77b0e521b77882c08f77c);});$marker.push(m_fb25d5af5ad77b0e521b77882c08f77c);}});}google.maps.event.addDomListener(window, 'load', initialize);