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.8115,-81.4259)};var g_0d01feff1aceccc2c637e4e0a7d302d2 = new google.maps.Geocoder();g_0d01feff1aceccc2c637e4e0a7d302d2.geocode( { 'address': "1235 Whipple Ave NW, Canton, OH 44708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-canton-school-employee-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-canton-school-employee-fed-cu'), mapOptions);}document.getElementById('5968e6bf').innerHTML += ' | View Map';var $l0d01feff1aceccc2c637e4e0a7d302d2 = '

Canton School Employee Fed Cu

Address: 1235 Whipple Ave NW, Canton, OH 44708, USA
Phone: (330) 479-7187
';var m_0d01feff1aceccc2c637e4e0a7d302d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canton School Employee Fed Cu',});m_0d01feff1aceccc2c637e4e0a7d302d2['infowindow'] = new google.maps.InfoWindow({content: $l0d01feff1aceccc2c637e4e0a7d302d2});var infowindow = new google.maps.InfoWindow({content: $l0d01feff1aceccc2c637e4e0a7d302d2});google.maps.event.addListener(m_0d01feff1aceccc2c637e4e0a7d302d2, 'click', function() {infowindow.open(map,m_0d01feff1aceccc2c637e4e0a7d302d2);});$marker.push(m_0d01feff1aceccc2c637e4e0a7d302d2);}});}google.maps.event.addDomListener(window, 'load', initialize);