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(39.9419,-82.8198)};var g_b25cc7311c433745a5860a0d1aa3571d = new google.maps.Geocoder();g_b25cc7311c433745a5860a0d1aa3571d.geocode( { 'address': "6567 E Livingston Ave, Reynoldsburg, OH 43068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reynoldsburg-OH-regency-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('reynoldsburg-OH-regency-finance-company'), mapOptions);}document.getElementById('a89d7407').innerHTML += ' | View Map';var $lb25cc7311c433745a5860a0d1aa3571d = '

Regency Finance Company

Address: 6567 E Livingston Ave, Reynoldsburg, OH 43068, USA
Phone: (614) 552-5510
';var m_b25cc7311c433745a5860a0d1aa3571d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regency Finance Company',});m_b25cc7311c433745a5860a0d1aa3571d['infowindow'] = new google.maps.InfoWindow({content: $lb25cc7311c433745a5860a0d1aa3571d});var infowindow = new google.maps.InfoWindow({content: $lb25cc7311c433745a5860a0d1aa3571d});google.maps.event.addListener(m_b25cc7311c433745a5860a0d1aa3571d, 'click', function() {infowindow.open(map,m_b25cc7311c433745a5860a0d1aa3571d);});$marker.push(m_b25cc7311c433745a5860a0d1aa3571d);}});}google.maps.event.addDomListener(window, 'load', initialize);