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.54,-82.4113)};var g_cb518726267904a0b2aa9a5db21c5645 = new google.maps.Geocoder();g_cb518726267904a0b2aa9a5db21c5645.geocode( { 'address': "145 W Main St, Logan, OH 43138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-OH-americas-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('logan-OH-americas-loan-company'), mapOptions);}document.getElementById('3efe0f3c').innerHTML += ' | View Map';var $lcb518726267904a0b2aa9a5db21c5645 = '

America's Loan Company

Address: 145 W Main St, Logan, OH 43138, USA
Phone: (740) 380-3477
';var m_cb518726267904a0b2aa9a5db21c5645 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's Loan Company',});m_cb518726267904a0b2aa9a5db21c5645['infowindow'] = new google.maps.InfoWindow({content: $lcb518726267904a0b2aa9a5db21c5645});var infowindow = new google.maps.InfoWindow({content: $lcb518726267904a0b2aa9a5db21c5645});google.maps.event.addListener(m_cb518726267904a0b2aa9a5db21c5645, 'click', function() {infowindow.open(map,m_cb518726267904a0b2aa9a5db21c5645);});$marker.push(m_cb518726267904a0b2aa9a5db21c5645);}});}google.maps.event.addDomListener(window, 'load', initialize);