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.8455,-81.4254)};var g_0bf4e9ad27d83f2f9efe1fd80e80992a = new google.maps.Geocoder();g_0bf4e9ad27d83f2f9efe1fd80e80992a.geocode( { 'address': "4100 Munson St NW, Canton, OH 44718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-buckeye-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-buckeye-state-credit-union'), mapOptions);}document.getElementById('ceba78c4').innerHTML += ' | View Map';var $l0bf4e9ad27d83f2f9efe1fd80e80992a = '

Buckeye State Credit Union

Address: 4100 Munson St NW, Canton, OH 44718, USA
Phone: (330) 492-5700
';var m_0bf4e9ad27d83f2f9efe1fd80e80992a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buckeye State Credit Union',});m_0bf4e9ad27d83f2f9efe1fd80e80992a['infowindow'] = new google.maps.InfoWindow({content: $l0bf4e9ad27d83f2f9efe1fd80e80992a});var infowindow = new google.maps.InfoWindow({content: $l0bf4e9ad27d83f2f9efe1fd80e80992a});google.maps.event.addListener(m_0bf4e9ad27d83f2f9efe1fd80e80992a, 'click', function() {infowindow.open(map,m_0bf4e9ad27d83f2f9efe1fd80e80992a);});$marker.push(m_0bf4e9ad27d83f2f9efe1fd80e80992a);}});}google.maps.event.addDomListener(window, 'load', initialize);