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.0173,-84.193)};var g_362410d1e646e7152c6401201564726c = new google.maps.Geocoder();g_362410d1e646e7152c6401201564726c.geocode( { 'address': "STATE, 1874 OH-125, Amelia, OH 45102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amelia-OH-citizens-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('amelia-OH-citizens-auto-credit'), mapOptions);}document.getElementById('64ee18c4').innerHTML += ' | View Map';var $l362410d1e646e7152c6401201564726c = '

CITIZENS AUTO CREDIT

Address: STATE, 1874 OH-125, Amelia, OH 45102, USA
Phone: (513) 718-8162
';var m_362410d1e646e7152c6401201564726c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CITIZENS AUTO CREDIT',});m_362410d1e646e7152c6401201564726c['infowindow'] = new google.maps.InfoWindow({content: $l362410d1e646e7152c6401201564726c});var infowindow = new google.maps.InfoWindow({content: $l362410d1e646e7152c6401201564726c});google.maps.event.addListener(m_362410d1e646e7152c6401201564726c, 'click', function() {infowindow.open(map,m_362410d1e646e7152c6401201564726c);});$marker.push(m_362410d1e646e7152c6401201564726c);}});}google.maps.event.addDomListener(window, 'load', initialize);