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.8138,-81.3293)};var g_c907a650c9e38bbafe1a49179be3716b = new google.maps.Geocoder();g_c907a650c9e38bbafe1a49179be3716b.geocode( { 'address': "1600 Harmont Ave NE, Canton, OH 44705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-sugardale-employee-cu').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-sugardale-employee-cu'), mapOptions);}document.getElementById('fdb20f18').innerHTML += ' | View Map';var $lc907a650c9e38bbafe1a49179be3716b = '

Sugardale Employee CU

Address: 1600 Harmont Ave NE, Canton, OH 44705, USA
Phone: (330) 430-7662
';var m_c907a650c9e38bbafe1a49179be3716b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sugardale Employee CU',});m_c907a650c9e38bbafe1a49179be3716b['infowindow'] = new google.maps.InfoWindow({content: $lc907a650c9e38bbafe1a49179be3716b});var infowindow = new google.maps.InfoWindow({content: $lc907a650c9e38bbafe1a49179be3716b});google.maps.event.addListener(m_c907a650c9e38bbafe1a49179be3716b, 'click', function() {infowindow.open(map,m_c907a650c9e38bbafe1a49179be3716b);});$marker.push(m_c907a650c9e38bbafe1a49179be3716b);}});}google.maps.event.addDomListener(window, 'load', initialize);