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.8499,-81.4254)};var g_6a52db09e45a58b3e50bcc6213785282 = new google.maps.Geocoder();g_6a52db09e45a58b3e50bcc6213785282.geocode( { 'address': "4100 Holiday St NW, Canton, OH 44718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-415-group').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-415-group'), mapOptions);}document.getElementById('4604be8e').innerHTML += ' | View Map';var $l6a52db09e45a58b3e50bcc6213785282 = '

415 Group

Address: 4100 Holiday St NW, Canton, OH 44718, USA
Phone: (330) 492-0094
';var m_6a52db09e45a58b3e50bcc6213785282 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '415 Group',});m_6a52db09e45a58b3e50bcc6213785282['infowindow'] = new google.maps.InfoWindow({content: $l6a52db09e45a58b3e50bcc6213785282});var infowindow = new google.maps.InfoWindow({content: $l6a52db09e45a58b3e50bcc6213785282});google.maps.event.addListener(m_6a52db09e45a58b3e50bcc6213785282, 'click', function() {infowindow.open(map,m_6a52db09e45a58b3e50bcc6213785282);});$marker.push(m_6a52db09e45a58b3e50bcc6213785282);}});}google.maps.event.addDomListener(window, 'load', initialize);