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(37.7281,-89.2344)};var g_17b82f00747194e0954552f0d7d42a05 = new google.maps.Geocoder();g_17b82f00747194e0954552f0d7d42a05.geocode( { 'address': "1400 W Main St Ste F, Carbondale, IL 62901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carbondale-IL-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('carbondale-IL-sun-loan-company'), mapOptions);}document.getElementById('d4c8709c').innerHTML += ' | View Map';var $l17b82f00747194e0954552f0d7d42a05 = '

Sun Loan Company

Address: 1400 W Main St Ste F, Carbondale, IL 62901, USA
Phone: (618) 519-9310
';var m_17b82f00747194e0954552f0d7d42a05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_17b82f00747194e0954552f0d7d42a05['infowindow'] = new google.maps.InfoWindow({content: $l17b82f00747194e0954552f0d7d42a05});var infowindow = new google.maps.InfoWindow({content: $l17b82f00747194e0954552f0d7d42a05});google.maps.event.addListener(m_17b82f00747194e0954552f0d7d42a05, 'click', function() {infowindow.open(map,m_17b82f00747194e0954552f0d7d42a05);});$marker.push(m_17b82f00747194e0954552f0d7d42a05);}});}google.maps.event.addDomListener(window, 'load', initialize);