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.7793,-90.5244)};var g_8c2ea064d7fcdcb67c45f4b44167ead7 = new google.maps.Geocoder();g_8c2ea064d7fcdcb67c45f4b44167ead7.geocode( { 'address': "1550 Wall St, St Charles, MO 63303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-charles-MO-united-credit-and-collections-inc').style.display = '';map = new google.maps.Map(document.getElementById('saint-charles-MO-united-credit-and-collections-inc'), mapOptions);}document.getElementById('4218b95a').innerHTML += ' | View Map';var $l8c2ea064d7fcdcb67c45f4b44167ead7 = '

United Credit and Collections Inc.

Address: 1550 Wall St, St Charles, MO 63303, USA
Phone: (636) 493-8938
';var m_8c2ea064d7fcdcb67c45f4b44167ead7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit and Collections Inc.',});m_8c2ea064d7fcdcb67c45f4b44167ead7['infowindow'] = new google.maps.InfoWindow({content: $l8c2ea064d7fcdcb67c45f4b44167ead7});var infowindow = new google.maps.InfoWindow({content: $l8c2ea064d7fcdcb67c45f4b44167ead7});google.maps.event.addListener(m_8c2ea064d7fcdcb67c45f4b44167ead7, 'click', function() {infowindow.open(map,m_8c2ea064d7fcdcb67c45f4b44167ead7);});$marker.push(m_8c2ea064d7fcdcb67c45f4b44167ead7);}});}google.maps.event.addDomListener(window, 'load', initialize);