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(39.2735,-84.4117)};var g_08fb2e4d6c559b5abf11046d9f1ac62f = new google.maps.Geocoder();g_08fb2e4d6c559b5abf11046d9f1ac62f.geocode( { 'address': "11229 Reading Rd # 1, Cincinnati, OH 45241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-trinity-credit-counseling-inc').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-trinity-credit-counseling-inc'), mapOptions);}document.getElementById('38a0c46f').innerHTML += ' | View Map';var $l08fb2e4d6c559b5abf11046d9f1ac62f = '

Trinity Credit Counseling Inc

Address: 11229 Reading Rd # 1, Cincinnati, OH 45241, USA
Phone: (513) 769-0621
';var m_08fb2e4d6c559b5abf11046d9f1ac62f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trinity Credit Counseling Inc',});m_08fb2e4d6c559b5abf11046d9f1ac62f['infowindow'] = new google.maps.InfoWindow({content: $l08fb2e4d6c559b5abf11046d9f1ac62f});var infowindow = new google.maps.InfoWindow({content: $l08fb2e4d6c559b5abf11046d9f1ac62f});google.maps.event.addListener(m_08fb2e4d6c559b5abf11046d9f1ac62f, 'click', function() {infowindow.open(map,m_08fb2e4d6c559b5abf11046d9f1ac62f);});$marker.push(m_08fb2e4d6c559b5abf11046d9f1ac62f);}});}google.maps.event.addDomListener(window, 'load', initialize);