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(42.222,-89.0774)};var g_ceef9a7959adba8d6498247338ccb9e5 = new google.maps.Geocoder();g_ceef9a7959adba8d6498247338ccb9e5.geocode( { 'address': "1239 Sandy Hollow Rd, Rockford, IL 61109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-IL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('rockford-IL-advance-america'), mapOptions);}document.getElementById('7c17660d').innerHTML += ' | View Map';var $lceef9a7959adba8d6498247338ccb9e5 = '

Advance America

Address: 1239 Sandy Hollow Rd, Rockford, IL 61109, USA
Phone: (815) 399-2700
';var m_ceef9a7959adba8d6498247338ccb9e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_ceef9a7959adba8d6498247338ccb9e5['infowindow'] = new google.maps.InfoWindow({content: $lceef9a7959adba8d6498247338ccb9e5});var infowindow = new google.maps.InfoWindow({content: $lceef9a7959adba8d6498247338ccb9e5});google.maps.event.addListener(m_ceef9a7959adba8d6498247338ccb9e5, 'click', function() {infowindow.open(map,m_ceef9a7959adba8d6498247338ccb9e5);});$marker.push(m_ceef9a7959adba8d6498247338ccb9e5);}});}google.maps.event.addDomListener(window, 'load', initialize);