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.8764,-81.4418)};var g_549ce4850c0a1af7bfd8f24d0612f46b = new google.maps.Geocoder();g_549ce4850c0a1af7bfd8f24d0612f46b.geocode( { 'address': "6583 Frank Ave NW, North Canton, OH 44720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-canton-OH-community-one-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('north-canton-OH-community-one-credit-union-inc'), mapOptions);}document.getElementById('b446b02e').innerHTML += ' | View Map';var $l549ce4850c0a1af7bfd8f24d0612f46b = '

Community One Credit Union Inc

Address: 6583 Frank Ave NW, North Canton, OH 44720, USA
Phone: (330) 305-3050
';var m_549ce4850c0a1af7bfd8f24d0612f46b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community One Credit Union Inc',});m_549ce4850c0a1af7bfd8f24d0612f46b['infowindow'] = new google.maps.InfoWindow({content: $l549ce4850c0a1af7bfd8f24d0612f46b});var infowindow = new google.maps.InfoWindow({content: $l549ce4850c0a1af7bfd8f24d0612f46b});google.maps.event.addListener(m_549ce4850c0a1af7bfd8f24d0612f46b, 'click', function() {infowindow.open(map,m_549ce4850c0a1af7bfd8f24d0612f46b);});$marker.push(m_549ce4850c0a1af7bfd8f24d0612f46b);}});}google.maps.event.addDomListener(window, 'load', initialize);