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.9139,-81.4044)};var g_38d63816ea801deab7231f45c721c7cf = new google.maps.Geocoder();g_38d63816ea801deab7231f45c721c7cf.geocode( { 'address': "8800 Cleveland 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-united-methodist-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-canton-OH-united-methodist-financial-credit-union'), mapOptions);}document.getElementById('3c0ea968').innerHTML += ' | View Map';var $l38d63816ea801deab7231f45c721c7cf = '

United Methodist Financial Credit Union

Address: 8800 Cleveland Ave NW, North Canton, OH 44720, USA
Phone: (800) 831-3972
';var m_38d63816ea801deab7231f45c721c7cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Methodist Financial Credit Union',});m_38d63816ea801deab7231f45c721c7cf['infowindow'] = new google.maps.InfoWindow({content: $l38d63816ea801deab7231f45c721c7cf});var infowindow = new google.maps.InfoWindow({content: $l38d63816ea801deab7231f45c721c7cf});google.maps.event.addListener(m_38d63816ea801deab7231f45c721c7cf, 'click', function() {infowindow.open(map,m_38d63816ea801deab7231f45c721c7cf);});$marker.push(m_38d63816ea801deab7231f45c721c7cf);}});}google.maps.event.addDomListener(window, 'load', initialize);