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(38.5578,-90.17)};var g_bb64c74f463ee92e6f877c47a130d645 = new google.maps.Geocoder();g_bb64c74f463ee92e6f877c47a130d645.geocode( { 'address': "1325 Camp Jackson Rd, Cahokia, IL 62206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cahokia-IL-dollars-today').style.display = '';map = new google.maps.Map(document.getElementById('cahokia-IL-dollars-today'), mapOptions);}document.getElementById('45d53d9f').innerHTML += ' | View Map';var $lbb64c74f463ee92e6f877c47a130d645 = '

Dollars Today

Address: 1325 Camp Jackson Rd, Cahokia, IL 62206, USA
Phone: (618) 332-1146
';var m_bb64c74f463ee92e6f877c47a130d645 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollars Today',});m_bb64c74f463ee92e6f877c47a130d645['infowindow'] = new google.maps.InfoWindow({content: $lbb64c74f463ee92e6f877c47a130d645});var infowindow = new google.maps.InfoWindow({content: $lbb64c74f463ee92e6f877c47a130d645});google.maps.event.addListener(m_bb64c74f463ee92e6f877c47a130d645, 'click', function() {infowindow.open(map,m_bb64c74f463ee92e6f877c47a130d645);});$marker.push(m_bb64c74f463ee92e6f877c47a130d645);}});}google.maps.event.addDomListener(window, 'load', initialize);