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(41.9239,-87.6782)};var g_593a9eda41d2ac25fec56272146bb337 = new google.maps.Geocoder();g_593a9eda41d2ac25fec56272146bb337.geocode( { 'address': "2336 N Damen Ave, First Floor, Chicago, IL 60647, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-nationwide-credit-clearing').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-nationwide-credit-clearing'), mapOptions);}document.getElementById('4c073642').innerHTML += ' | View Map';var $l593a9eda41d2ac25fec56272146bb337 = '

Nationwide Credit Clearing

Address: 2336 N Damen Ave, First Floor, Chicago, IL 60647, USA
Phone: (773) 862-7700
';var m_593a9eda41d2ac25fec56272146bb337 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Credit Clearing',});m_593a9eda41d2ac25fec56272146bb337['infowindow'] = new google.maps.InfoWindow({content: $l593a9eda41d2ac25fec56272146bb337});var infowindow = new google.maps.InfoWindow({content: $l593a9eda41d2ac25fec56272146bb337});google.maps.event.addListener(m_593a9eda41d2ac25fec56272146bb337, 'click', function() {infowindow.open(map,m_593a9eda41d2ac25fec56272146bb337);});$marker.push(m_593a9eda41d2ac25fec56272146bb337);}});}google.maps.event.addDomListener(window, 'load', initialize);