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.8621,-81.3957)};var g_066d798d72836b03af5a4a692960a6e0 = new google.maps.Geocoder();g_066d798d72836b03af5a4a692960a6e0.geocode( { 'address': "1360 S Main St, North Canton, OH 44720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-canton-OH-storey--associates').style.display = '';map = new google.maps.Map(document.getElementById('north-canton-OH-storey--associates'), mapOptions);}document.getElementById('aede4e51').innerHTML += ' | View Map';var $l066d798d72836b03af5a4a692960a6e0 = '

Storey & Associates

Address: 1360 S Main St, North Canton, OH 44720, USA
Phone: (330) 526-8944
';var m_066d798d72836b03af5a4a692960a6e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Storey & Associates',});m_066d798d72836b03af5a4a692960a6e0['infowindow'] = new google.maps.InfoWindow({content: $l066d798d72836b03af5a4a692960a6e0});var infowindow = new google.maps.InfoWindow({content: $l066d798d72836b03af5a4a692960a6e0});google.maps.event.addListener(m_066d798d72836b03af5a4a692960a6e0, 'click', function() {infowindow.open(map,m_066d798d72836b03af5a4a692960a6e0);});$marker.push(m_066d798d72836b03af5a4a692960a6e0);}});}google.maps.event.addDomListener(window, 'load', initialize);