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.6148,-87.6963)};var g_fd350a0e64a50b4213fa994a604f3cae = new google.maps.Geocoder();g_fd350a0e64a50b4213fa994a604f3cae.geocode( { 'address': "322 N Central Ave, Paris, IL 61944, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-IL-money-place').style.display = '';map = new google.maps.Map(document.getElementById('paris-IL-money-place'), mapOptions);}document.getElementById('4cb1ac80').innerHTML += ' | View Map';var $lfd350a0e64a50b4213fa994a604f3cae = '

Money Place

Address: 322 N Central Ave, Paris, IL 61944, USA
Phone: (217) 465-4900
';var m_fd350a0e64a50b4213fa994a604f3cae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Place',});m_fd350a0e64a50b4213fa994a604f3cae['infowindow'] = new google.maps.InfoWindow({content: $lfd350a0e64a50b4213fa994a604f3cae});var infowindow = new google.maps.InfoWindow({content: $lfd350a0e64a50b4213fa994a604f3cae});google.maps.event.addListener(m_fd350a0e64a50b4213fa994a604f3cae, 'click', function() {infowindow.open(map,m_fd350a0e64a50b4213fa994a604f3cae);});$marker.push(m_fd350a0e64a50b4213fa994a604f3cae);}});}google.maps.event.addDomListener(window, 'load', initialize);