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.8877,-81.405)};var g_1ec00046c217d61987705eeaaeba647a = new google.maps.Geocoder();g_1ec00046c217d61987705eeaaeba647a.geocode( { 'address': "1200 N Main St, North Canton, OH 44720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-canton-OH-eco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-canton-OH-eco-credit-union'), mapOptions);}document.getElementById('9e991c25').innerHTML += ' | View Map';var $l1ec00046c217d61987705eeaaeba647a = '

Eco Credit Union

Address: 1200 N Main St, North Canton, OH 44720, USA
Phone: (330) 494-6028
';var m_1ec00046c217d61987705eeaaeba647a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eco Credit Union',});m_1ec00046c217d61987705eeaaeba647a['infowindow'] = new google.maps.InfoWindow({content: $l1ec00046c217d61987705eeaaeba647a});var infowindow = new google.maps.InfoWindow({content: $l1ec00046c217d61987705eeaaeba647a});google.maps.event.addListener(m_1ec00046c217d61987705eeaaeba647a, 'click', function() {infowindow.open(map,m_1ec00046c217d61987705eeaaeba647a);});$marker.push(m_1ec00046c217d61987705eeaaeba647a);}});}google.maps.event.addDomListener(window, 'load', initialize);