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.4833,-81.462)};var g_78c58f11547724e65c6fde2ddc7dfdfc = new google.maps.Geocoder();g_78c58f11547724e65c6fde2ddc7dfdfc.geocode( { 'address': "875 Blake Ave SW, New Philadelphia, OH 44663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-philadelphia-OH-dick-clark-associates').style.display = '';map = new google.maps.Map(document.getElementById('new-philadelphia-OH-dick-clark-associates'), mapOptions);}document.getElementById('8c4f16b7').innerHTML += ' | View Map';var $l78c58f11547724e65c6fde2ddc7dfdfc = '

Dick Clark Associates

Address: 875 Blake Ave SW, New Philadelphia, OH 44663, USA
Phone: (330) 308-5769
';var m_78c58f11547724e65c6fde2ddc7dfdfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dick Clark Associates',});m_78c58f11547724e65c6fde2ddc7dfdfc['infowindow'] = new google.maps.InfoWindow({content: $l78c58f11547724e65c6fde2ddc7dfdfc});var infowindow = new google.maps.InfoWindow({content: $l78c58f11547724e65c6fde2ddc7dfdfc});google.maps.event.addListener(m_78c58f11547724e65c6fde2ddc7dfdfc, 'click', function() {infowindow.open(map,m_78c58f11547724e65c6fde2ddc7dfdfc);});$marker.push(m_78c58f11547724e65c6fde2ddc7dfdfc);}});}google.maps.event.addDomListener(window, 'load', initialize);