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.028,-81.4835)};var g_995a451471d6a04f4c2de3a5b6e1b17a = new google.maps.Geocoder();g_995a451471d6a04f4c2de3a5b6e1b17a.geocode( { 'address': "1223 E Waterloo Rd, Akron, OH 44306, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-regional-acceptance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-regional-acceptance-corporation'), mapOptions);}document.getElementById('97d67a48').innerHTML += ' | View Map';var $l995a451471d6a04f4c2de3a5b6e1b17a = '

Regional Acceptance Corporation

Address: 1223 E Waterloo Rd, Akron, OH 44306, USA
Phone: (330) 773-4545
';var m_995a451471d6a04f4c2de3a5b6e1b17a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regional Acceptance Corporation',});m_995a451471d6a04f4c2de3a5b6e1b17a['infowindow'] = new google.maps.InfoWindow({content: $l995a451471d6a04f4c2de3a5b6e1b17a});var infowindow = new google.maps.InfoWindow({content: $l995a451471d6a04f4c2de3a5b6e1b17a});google.maps.event.addListener(m_995a451471d6a04f4c2de3a5b6e1b17a, 'click', function() {infowindow.open(map,m_995a451471d6a04f4c2de3a5b6e1b17a);});$marker.push(m_995a451471d6a04f4c2de3a5b6e1b17a);}});}google.maps.event.addDomListener(window, 'load', initialize);