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(41.1518,-81.3888)};var g_88dd264a79f65dd8eb30289a4840c02d = new google.maps.Geocoder();g_88dd264a79f65dd8eb30289a4840c02d.geocode( { 'address': "1250 W Main St B, Kent, OH 44240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kent-OH-auto-loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('kent-OH-auto-loan-inc'), mapOptions);}document.getElementById('412ff5bd').innerHTML += ' | View Map';var $l88dd264a79f65dd8eb30289a4840c02d = '

Auto Loan Inc

Address: 1250 W Main St B, Kent, OH 44240, USA
Phone: (330) 677-2888
';var m_88dd264a79f65dd8eb30289a4840c02d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Loan Inc',});m_88dd264a79f65dd8eb30289a4840c02d['infowindow'] = new google.maps.InfoWindow({content: $l88dd264a79f65dd8eb30289a4840c02d});var infowindow = new google.maps.InfoWindow({content: $l88dd264a79f65dd8eb30289a4840c02d});google.maps.event.addListener(m_88dd264a79f65dd8eb30289a4840c02d, 'click', function() {infowindow.open(map,m_88dd264a79f65dd8eb30289a4840c02d);});$marker.push(m_88dd264a79f65dd8eb30289a4840c02d);}});}google.maps.event.addDomListener(window, 'load', initialize);