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.1832,-89.6683)};var g_6e40bb76aed065932b7314cf7ea9629b = new google.maps.Geocoder();g_6e40bb76aed065932b7314cf7ea9629b.geocode( { 'address': "1203 W Ferdon St Ste 2, Litchfield, IL 62056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-IL-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-IL-cash-store'), mapOptions);}document.getElementById('0e181de5').innerHTML += ' | View Map';var $l6e40bb76aed065932b7314cf7ea9629b = '

Cash Store

Address: 1203 W Ferdon St Ste 2, Litchfield, IL 62056, USA
Phone: (217) 324-2885
';var m_6e40bb76aed065932b7314cf7ea9629b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_6e40bb76aed065932b7314cf7ea9629b['infowindow'] = new google.maps.InfoWindow({content: $l6e40bb76aed065932b7314cf7ea9629b});var infowindow = new google.maps.InfoWindow({content: $l6e40bb76aed065932b7314cf7ea9629b});google.maps.event.addListener(m_6e40bb76aed065932b7314cf7ea9629b, 'click', function() {infowindow.open(map,m_6e40bb76aed065932b7314cf7ea9629b);});$marker.push(m_6e40bb76aed065932b7314cf7ea9629b);}});}google.maps.event.addDomListener(window, 'load', initialize);