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.1485,-88.8336)};var g_7a5cf7583f9930ad98d46a62e2eb3b5f = new google.maps.Geocoder();g_7a5cf7583f9930ad98d46a62e2eb3b5f.geocode( { 'address': "2367 N Bloomington St Unit G, Streator, IL 61364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('streator-IL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('streator-IL-advance-america'), mapOptions);}document.getElementById('c232e418').innerHTML += ' | View Map';var $l7a5cf7583f9930ad98d46a62e2eb3b5f = '

Advance America

Address: 2367 N Bloomington St Unit G, Streator, IL 61364, USA
Phone: (815) 672-5636
';var m_7a5cf7583f9930ad98d46a62e2eb3b5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_7a5cf7583f9930ad98d46a62e2eb3b5f['infowindow'] = new google.maps.InfoWindow({content: $l7a5cf7583f9930ad98d46a62e2eb3b5f});var infowindow = new google.maps.InfoWindow({content: $l7a5cf7583f9930ad98d46a62e2eb3b5f});google.maps.event.addListener(m_7a5cf7583f9930ad98d46a62e2eb3b5f, 'click', function() {infowindow.open(map,m_7a5cf7583f9930ad98d46a62e2eb3b5f);});$marker.push(m_7a5cf7583f9930ad98d46a62e2eb3b5f);}});}google.maps.event.addDomListener(window, 'load', initialize);