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.1371,-81.8646)};var g_95896ee5eddaf535ee59491ecb9b8b7c = new google.maps.Geocoder();g_95896ee5eddaf535ee59491ecb9b8b7c.geocode( { 'address': "257 S Court St, Medina, OH 44256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medina-OH-hhl-group-inc---cpa-firm').style.display = '';map = new google.maps.Map(document.getElementById('medina-OH-hhl-group-inc---cpa-firm'), mapOptions);}document.getElementById('9bcf2249').innerHTML += ' | View Map';var $l95896ee5eddaf535ee59491ecb9b8b7c = '

HHL Group, Inc. - CPA Firm

Address: 257 S Court St, Medina, OH 44256, USA
Phone: (330) 721-1410
';var m_95896ee5eddaf535ee59491ecb9b8b7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HHL Group, Inc. - CPA Firm',});m_95896ee5eddaf535ee59491ecb9b8b7c['infowindow'] = new google.maps.InfoWindow({content: $l95896ee5eddaf535ee59491ecb9b8b7c});var infowindow = new google.maps.InfoWindow({content: $l95896ee5eddaf535ee59491ecb9b8b7c});google.maps.event.addListener(m_95896ee5eddaf535ee59491ecb9b8b7c, 'click', function() {infowindow.open(map,m_95896ee5eddaf535ee59491ecb9b8b7c);});$marker.push(m_95896ee5eddaf535ee59491ecb9b8b7c);}});}google.maps.event.addDomListener(window, 'load', initialize);