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.0192,-84.2047)};var g_151cd1c600ac025c76377259df8204da = new google.maps.Geocoder();g_151cd1c600ac025c76377259df8204da.geocode( { 'address': "1733 E Ohio Pike, Amelia, OH 45102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amelia-OH-ohio-auto-loan-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('amelia-OH-ohio-auto-loan-services-inc'), mapOptions);}document.getElementById('54796719').innerHTML += ' | View Map';var $l151cd1c600ac025c76377259df8204da = '

Ohio Auto Loan Services, Inc.

Address: 1733 E Ohio Pike, Amelia, OH 45102, USA
Phone: (513) 797-0219
';var m_151cd1c600ac025c76377259df8204da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Auto Loan Services, Inc.',});m_151cd1c600ac025c76377259df8204da['infowindow'] = new google.maps.InfoWindow({content: $l151cd1c600ac025c76377259df8204da});var infowindow = new google.maps.InfoWindow({content: $l151cd1c600ac025c76377259df8204da});google.maps.event.addListener(m_151cd1c600ac025c76377259df8204da, 'click', function() {infowindow.open(map,m_151cd1c600ac025c76377259df8204da);});$marker.push(m_151cd1c600ac025c76377259df8204da);}});}google.maps.event.addDomListener(window, 'load', initialize);