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.1237,-88.5564)};var g_354a176d8b5a41d499a1b92291815083 = new google.maps.Geocoder();g_354a176d8b5a41d499a1b92291815083.geocode( { 'address': "209 N Henrietta St, Effingham, IL 62401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('effingham-IL-money-place').style.display = '';map = new google.maps.Map(document.getElementById('effingham-IL-money-place'), mapOptions);}document.getElementById('e8482593').innerHTML += ' | View Map';var $l354a176d8b5a41d499a1b92291815083 = '

Money Place

Address: 209 N Henrietta St, Effingham, IL 62401, USA
Phone: (217) 347-3888
';var m_354a176d8b5a41d499a1b92291815083 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Place',});m_354a176d8b5a41d499a1b92291815083['infowindow'] = new google.maps.InfoWindow({content: $l354a176d8b5a41d499a1b92291815083});var infowindow = new google.maps.InfoWindow({content: $l354a176d8b5a41d499a1b92291815083});google.maps.event.addListener(m_354a176d8b5a41d499a1b92291815083, 'click', function() {infowindow.open(map,m_354a176d8b5a41d499a1b92291815083);});$marker.push(m_354a176d8b5a41d499a1b92291815083);}});}google.maps.event.addDomListener(window, 'load', initialize);