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.8534,-81.4271)};var g_c239bdd5ce103ef119d568fadfdf9404 = new google.maps.Geocoder();g_c239bdd5ce103ef119d568fadfdf9404.geocode( { 'address': "4974 Higbee Ave NW # 204, Canton, OH 44718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-canton-student-loan-foundation').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-canton-student-loan-foundation'), mapOptions);}document.getElementById('9d151cec').innerHTML += ' | View Map';var $lc239bdd5ce103ef119d568fadfdf9404 = '

Canton Student Loan Foundation

Address: 4974 Higbee Ave NW # 204, Canton, OH 44718, USA
Phone: (330) 493-0020
';var m_c239bdd5ce103ef119d568fadfdf9404 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canton Student Loan Foundation',});m_c239bdd5ce103ef119d568fadfdf9404['infowindow'] = new google.maps.InfoWindow({content: $lc239bdd5ce103ef119d568fadfdf9404});var infowindow = new google.maps.InfoWindow({content: $lc239bdd5ce103ef119d568fadfdf9404});google.maps.event.addListener(m_c239bdd5ce103ef119d568fadfdf9404, 'click', function() {infowindow.open(map,m_c239bdd5ce103ef119d568fadfdf9404);});$marker.push(m_c239bdd5ce103ef119d568fadfdf9404);}});}google.maps.event.addDomListener(window, 'load', initialize);