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.7896,-81.3974)};var g_d85b63ef0ccb114d0a3bb7b7d808028f = new google.maps.Geocoder();g_d85b63ef0ccb114d0a3bb7b7d808028f.geocode( { 'address': "1215 Greenfield Ave SW, Canton, OH 44706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-golden-circle-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-golden-circle-credit-union-inc'), mapOptions);}document.getElementById('29703581').innerHTML += ' | View Map';var $ld85b63ef0ccb114d0a3bb7b7d808028f = '

Golden Circle Credit Union Inc

Address: 1215 Greenfield Ave SW, Canton, OH 44706, USA
Phone: (330) 453-8127
';var m_d85b63ef0ccb114d0a3bb7b7d808028f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Circle Credit Union Inc',});m_d85b63ef0ccb114d0a3bb7b7d808028f['infowindow'] = new google.maps.InfoWindow({content: $ld85b63ef0ccb114d0a3bb7b7d808028f});var infowindow = new google.maps.InfoWindow({content: $ld85b63ef0ccb114d0a3bb7b7d808028f});google.maps.event.addListener(m_d85b63ef0ccb114d0a3bb7b7d808028f, 'click', function() {infowindow.open(map,m_d85b63ef0ccb114d0a3bb7b7d808028f);});$marker.push(m_d85b63ef0ccb114d0a3bb7b7d808028f);}});}google.maps.event.addDomListener(window, 'load', initialize);