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.8022,-81.3755)};var g_dba84d00c3a33df9f3bfb902940249ca = new google.maps.Geocoder();g_dba84d00c3a33df9f3bfb902940249ca.geocode( { 'address': "537 Cleveland Ave NW, Canton, OH 44702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-community-one-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-community-one-credit-union-inc'), mapOptions);}document.getElementById('2e9f7829').innerHTML += ' | View Map';var $ldba84d00c3a33df9f3bfb902940249ca = '

Community One Credit Union Inc

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