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(40.7584,-82.5237)};var g_a204a6628d0667c699cc0553ce768aa7 = new google.maps.Geocoder();g_a204a6628d0667c699cc0553ce768aa7.geocode( { 'address': "1 Marion Ave Suite 204, Mansfield, OH 44902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-OH-deborah-l-mack').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-OH-deborah-l-mack'), mapOptions);}document.getElementById('144a51d7').innerHTML += ' | View Map';var $la204a6628d0667c699cc0553ce768aa7 = '

Deborah L. Mack

Address: 1 Marion Ave Suite 204, Mansfield, OH 44902, USA
Phone: (419) 524-4683
';var m_a204a6628d0667c699cc0553ce768aa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Deborah L. Mack',});m_a204a6628d0667c699cc0553ce768aa7['infowindow'] = new google.maps.InfoWindow({content: $la204a6628d0667c699cc0553ce768aa7});var infowindow = new google.maps.InfoWindow({content: $la204a6628d0667c699cc0553ce768aa7});google.maps.event.addListener(m_a204a6628d0667c699cc0553ce768aa7, 'click', function() {infowindow.open(map,m_a204a6628d0667c699cc0553ce768aa7);});$marker.push(m_a204a6628d0667c699cc0553ce768aa7);}});}google.maps.event.addDomListener(window, 'load', initialize);