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.1521,-84.4672)};var g_3b0a630f82f0e5afe7a6ead1eaf51665 = new google.maps.Geocoder();g_3b0a630f82f0e5afe7a6ead1eaf51665.geocode( { 'address': "1776 Mentor Ave #100, Cincinnati, OH 45212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-hcdc-inc').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-hcdc-inc'), mapOptions);}document.getElementById('89147b50').innerHTML += ' | View Map';var $l3b0a630f82f0e5afe7a6ead1eaf51665 = '

HCDC, Inc.

Address: 1776 Mentor Ave #100, Cincinnati, OH 45212, USA
Phone: (513) 631-8292
';var m_3b0a630f82f0e5afe7a6ead1eaf51665 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HCDC, Inc.',});m_3b0a630f82f0e5afe7a6ead1eaf51665['infowindow'] = new google.maps.InfoWindow({content: $l3b0a630f82f0e5afe7a6ead1eaf51665});var infowindow = new google.maps.InfoWindow({content: $l3b0a630f82f0e5afe7a6ead1eaf51665});google.maps.event.addListener(m_3b0a630f82f0e5afe7a6ead1eaf51665, 'click', function() {infowindow.open(map,m_3b0a630f82f0e5afe7a6ead1eaf51665);});$marker.push(m_3b0a630f82f0e5afe7a6ead1eaf51665);}});}google.maps.event.addDomListener(window, 'load', initialize);