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.9537,-87.7176)};var g_4a643e03578577526149a599ac6f332b = new google.maps.Geocoder();g_4a643e03578577526149a599ac6f332b.geocode( { 'address': "3555 W Irving Park Rd, Chicago, IL 60618, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-americas-financial-choice-inc').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-americas-financial-choice-inc'), mapOptions);}document.getElementById('fe02ff7d').innerHTML += ' | View Map';var $l4a643e03578577526149a599ac6f332b = '

America's Financial Choice, Inc.

Address: 3555 W Irving Park Rd, Chicago, IL 60618, USA
Phone: (773) 866-1400
';var m_4a643e03578577526149a599ac6f332b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's Financial Choice, Inc.',});m_4a643e03578577526149a599ac6f332b['infowindow'] = new google.maps.InfoWindow({content: $l4a643e03578577526149a599ac6f332b});var infowindow = new google.maps.InfoWindow({content: $l4a643e03578577526149a599ac6f332b});google.maps.event.addListener(m_4a643e03578577526149a599ac6f332b, 'click', function() {infowindow.open(map,m_4a643e03578577526149a599ac6f332b);});$marker.push(m_4a643e03578577526149a599ac6f332b);}});}google.maps.event.addDomListener(window, 'load', initialize);