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.122,-88.5564)};var g_f53c2566861c4e1a08697d3c9fa7de1d = new google.maps.Geocoder();g_f53c2566861c4e1a08697d3c9fa7de1d.geocode( { 'address': "101 S Henrietta St, Effingham, IL 62401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('effingham-IL-americas-financial-choice-inc').style.display = '';map = new google.maps.Map(document.getElementById('effingham-IL-americas-financial-choice-inc'), mapOptions);}document.getElementById('cb093461').innerHTML += ' | View Map';var $lf53c2566861c4e1a08697d3c9fa7de1d = '

America's Financial Choice, Inc.

Address: 101 S Henrietta St, Effingham, IL 62401, USA
Phone: (217) 342-4000
';var m_f53c2566861c4e1a08697d3c9fa7de1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's Financial Choice, Inc.',});m_f53c2566861c4e1a08697d3c9fa7de1d['infowindow'] = new google.maps.InfoWindow({content: $lf53c2566861c4e1a08697d3c9fa7de1d});var infowindow = new google.maps.InfoWindow({content: $lf53c2566861c4e1a08697d3c9fa7de1d});google.maps.event.addListener(m_f53c2566861c4e1a08697d3c9fa7de1d, 'click', function() {infowindow.open(map,m_f53c2566861c4e1a08697d3c9fa7de1d);});$marker.push(m_f53c2566861c4e1a08697d3c9fa7de1d);}});}google.maps.event.addDomListener(window, 'load', initialize);