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.1394,-81.8672)};var g_aaf855181221fda509acdfc271f1ab0d = new google.maps.Geocoder();g_aaf855181221fda509acdfc271f1ab0d.geocode( { 'address': "229 W Liberty St, Medina, OH 44256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medina-OH-bruce-hall-co-lpa').style.display = '';map = new google.maps.Map(document.getElementById('medina-OH-bruce-hall-co-lpa'), mapOptions);}document.getElementById('892ec1cd').innerHTML += ' | View Map';var $laaf855181221fda509acdfc271f1ab0d = '

Bruce Hall Co., LPA

Address: 229 W Liberty St, Medina, OH 44256, USA
Phone: (330) 723-8754
';var m_aaf855181221fda509acdfc271f1ab0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bruce Hall Co., LPA',});m_aaf855181221fda509acdfc271f1ab0d['infowindow'] = new google.maps.InfoWindow({content: $laaf855181221fda509acdfc271f1ab0d});var infowindow = new google.maps.InfoWindow({content: $laaf855181221fda509acdfc271f1ab0d});google.maps.event.addListener(m_aaf855181221fda509acdfc271f1ab0d, 'click', function() {infowindow.open(map,m_aaf855181221fda509acdfc271f1ab0d);});$marker.push(m_aaf855181221fda509acdfc271f1ab0d);}});}google.maps.event.addDomListener(window, 'load', initialize);