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.2543,-85.751)};var g_a6a6747117519d0d5a91b57b5d63db32 = new google.maps.Geocoder();g_a6a6747117519d0d5a91b57b5d63db32.geocode( { 'address': "120 E Market St, Louisville, KY 40202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-credit-clearing-house-america').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-credit-clearing-house-america'), mapOptions);}document.getElementById('492f476e').innerHTML += ' | View Map';var $la6a6747117519d0d5a91b57b5d63db32 = '

Credit Clearing House-America

Address: 120 E Market St, Louisville, KY 40202, USA
Phone: (502) 583-1666
';var m_a6a6747117519d0d5a91b57b5d63db32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Clearing House-America',});m_a6a6747117519d0d5a91b57b5d63db32['infowindow'] = new google.maps.InfoWindow({content: $la6a6747117519d0d5a91b57b5d63db32});var infowindow = new google.maps.InfoWindow({content: $la6a6747117519d0d5a91b57b5d63db32});google.maps.event.addListener(m_a6a6747117519d0d5a91b57b5d63db32, 'click', function() {infowindow.open(map,m_a6a6747117519d0d5a91b57b5d63db32);});$marker.push(m_a6a6747117519d0d5a91b57b5d63db32);}});}google.maps.event.addDomListener(window, 'load', initialize);