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.1056,-84.5087)};var g_b93ba1aecc2b04401cbf2c90167ffc10 = new google.maps.Geocoder();g_b93ba1aecc2b04401cbf2c90167ffc10.geocode( { 'address': "810 Sycamore St #400, Cincinnati, OH 45202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-ryan-j-really-attorney-at-law-llc').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-ryan-j-really-attorney-at-law-llc'), mapOptions);}document.getElementById('5c91856a').innerHTML += ' | View Map';var $lb93ba1aecc2b04401cbf2c90167ffc10 = '

Ryan J. Really Attorney at Law, LLC

Address: 810 Sycamore St #400, Cincinnati, OH 45202, USA
Phone: (513) 621-0999
';var m_b93ba1aecc2b04401cbf2c90167ffc10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ryan J. Really Attorney at Law, LLC',});m_b93ba1aecc2b04401cbf2c90167ffc10['infowindow'] = new google.maps.InfoWindow({content: $lb93ba1aecc2b04401cbf2c90167ffc10});var infowindow = new google.maps.InfoWindow({content: $lb93ba1aecc2b04401cbf2c90167ffc10});google.maps.event.addListener(m_b93ba1aecc2b04401cbf2c90167ffc10, 'click', function() {infowindow.open(map,m_b93ba1aecc2b04401cbf2c90167ffc10);});$marker.push(m_b93ba1aecc2b04401cbf2c90167ffc10);}});}google.maps.event.addDomListener(window, 'load', initialize);