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.4572,-82.0257)};var g_ce00bfa57539faaf7cb552fd79c95778 = new google.maps.Geocoder();g_ce00bfa57539faaf7cb552fd79c95778.geocode( { 'address': "36311 Detroit Ave, Avon, OH 44011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-OH-chad-bernard').style.display = '';map = new google.maps.Map(document.getElementById('avon-OH-chad-bernard'), mapOptions);}document.getElementById('e61debfe').innerHTML += ' | View Map';var $lce00bfa57539faaf7cb552fd79c95778 = '

Chad Bernard

Address: 36311 Detroit Ave, Avon, OH 44011, USA
Phone: (440) 934-1244
';var m_ce00bfa57539faaf7cb552fd79c95778 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chad Bernard',});m_ce00bfa57539faaf7cb552fd79c95778['infowindow'] = new google.maps.InfoWindow({content: $lce00bfa57539faaf7cb552fd79c95778});var infowindow = new google.maps.InfoWindow({content: $lce00bfa57539faaf7cb552fd79c95778});google.maps.event.addListener(m_ce00bfa57539faaf7cb552fd79c95778, 'click', function() {infowindow.open(map,m_ce00bfa57539faaf7cb552fd79c95778);});$marker.push(m_ce00bfa57539faaf7cb552fd79c95778);}});}google.maps.event.addDomListener(window, 'load', initialize);