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.6224,-87.5901)};var g_cef38371324fea73a9f7c2ec7d08fabc = new google.maps.Geocoder();g_cef38371324fea73a9f7c2ec7d08fabc.geocode( { 'address': "1107 E Sibley Blvd, Dolton, IL 60419, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dolton-IL-americas-financial-choice-inc').style.display = '';map = new google.maps.Map(document.getElementById('dolton-IL-americas-financial-choice-inc'), mapOptions);}document.getElementById('ee526bf5').innerHTML += ' | View Map';var $lcef38371324fea73a9f7c2ec7d08fabc = '

America's Financial Choice, Inc.

Address: 1107 E Sibley Blvd, Dolton, IL 60419, USA
Phone: (708) 201-0668
';var m_cef38371324fea73a9f7c2ec7d08fabc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's Financial Choice, Inc.',});m_cef38371324fea73a9f7c2ec7d08fabc['infowindow'] = new google.maps.InfoWindow({content: $lcef38371324fea73a9f7c2ec7d08fabc});var infowindow = new google.maps.InfoWindow({content: $lcef38371324fea73a9f7c2ec7d08fabc});google.maps.event.addListener(m_cef38371324fea73a9f7c2ec7d08fabc, 'click', function() {infowindow.open(map,m_cef38371324fea73a9f7c2ec7d08fabc);});$marker.push(m_cef38371324fea73a9f7c2ec7d08fabc);}});}google.maps.event.addDomListener(window, 'load', initialize);