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.0312,-81.4907)};var g_5e2125172ac57f156773c8a4551bad47 = new google.maps.Geocoder();g_5e2125172ac57f156773c8a4551bad47.geocode( { 'address': "1503 S Arlington St, Akron, OH 44306, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-regency-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-regency-finance-company'), mapOptions);}document.getElementById('e3ae40d6').innerHTML += ' | View Map';var $l5e2125172ac57f156773c8a4551bad47 = '

Regency Finance Company

Address: 1503 S Arlington St, Akron, OH 44306, USA
Phone: (330) 785-9447
';var m_5e2125172ac57f156773c8a4551bad47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regency Finance Company',});m_5e2125172ac57f156773c8a4551bad47['infowindow'] = new google.maps.InfoWindow({content: $l5e2125172ac57f156773c8a4551bad47});var infowindow = new google.maps.InfoWindow({content: $l5e2125172ac57f156773c8a4551bad47});google.maps.event.addListener(m_5e2125172ac57f156773c8a4551bad47, 'click', function() {infowindow.open(map,m_5e2125172ac57f156773c8a4551bad47);});$marker.push(m_5e2125172ac57f156773c8a4551bad47);}});}google.maps.event.addDomListener(window, 'load', initialize);