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.5922,-89.9539)};var g_503b7e1d37484905f4a28431c3e2fadd = new google.maps.Geocoder();g_503b7e1d37484905f4a28431c3e2fadd.geocode( { 'address': "1501 US-50, O\'Fallon, IL 62269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ofallon-IL-clearpoint-credit-counseling-solutions').style.display = '';map = new google.maps.Map(document.getElementById('ofallon-IL-clearpoint-credit-counseling-solutions'), mapOptions);}document.getElementById('6bb42c3e').innerHTML += ' | View Map';var $l503b7e1d37484905f4a28431c3e2fadd = '

Clearpoint Credit Counseling Solutions

Address: 1501 US-50, O\'Fallon, IL 62269, USA
Phone: (618) 235-2312
';var m_503b7e1d37484905f4a28431c3e2fadd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearpoint Credit Counseling Solutions',});m_503b7e1d37484905f4a28431c3e2fadd['infowindow'] = new google.maps.InfoWindow({content: $l503b7e1d37484905f4a28431c3e2fadd});var infowindow = new google.maps.InfoWindow({content: $l503b7e1d37484905f4a28431c3e2fadd});google.maps.event.addListener(m_503b7e1d37484905f4a28431c3e2fadd, 'click', function() {infowindow.open(map,m_503b7e1d37484905f4a28431c3e2fadd);});$marker.push(m_503b7e1d37484905f4a28431c3e2fadd);}});}google.maps.event.addDomListener(window, 'load', initialize);