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.1504,-80.6646)};var g_f88cb8bdb466cfd6433f81eb23af6748 = new google.maps.Geocoder();g_f88cb8bdb466cfd6433f81eb23af6748.geocode( { 'address': "3713 Belmont Ave, Youngstown, OH 44505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngstown-OH-american-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('youngstown-OH-american-title-loans'), mapOptions);}document.getElementById('88bc8fdf').innerHTML += ' | View Map';var $lf88cb8bdb466cfd6433f81eb23af6748 = '

American Title Loans

Address: 3713 Belmont Ave, Youngstown, OH 44505, USA
Phone: (330) 707-4225
';var m_f88cb8bdb466cfd6433f81eb23af6748 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Title Loans',});m_f88cb8bdb466cfd6433f81eb23af6748['infowindow'] = new google.maps.InfoWindow({content: $lf88cb8bdb466cfd6433f81eb23af6748});var infowindow = new google.maps.InfoWindow({content: $lf88cb8bdb466cfd6433f81eb23af6748});google.maps.event.addListener(m_f88cb8bdb466cfd6433f81eb23af6748, 'click', function() {infowindow.open(map,m_f88cb8bdb466cfd6433f81eb23af6748);});$marker.push(m_f88cb8bdb466cfd6433f81eb23af6748);}});}google.maps.event.addDomListener(window, 'load', initialize);