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(38.4397,-82.3892)};var g_df23f1fcbdc59dbd57c2649934e9591c = new google.maps.Geocoder();g_df23f1fcbdc59dbd57c2649934e9591c.geocode( { 'address': "6143 County Rd 107, Proctorville, OH 45669, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('proctorville-OH-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('proctorville-OH-loanmax-title-loans'), mapOptions);}document.getElementById('dc96356b').innerHTML += ' | View Map';var $ldf23f1fcbdc59dbd57c2649934e9591c = '

Loanmax Title Loans

Address: 6143 County Rd 107, Proctorville, OH 45669, USA
Phone: (740) 886-2051
';var m_df23f1fcbdc59dbd57c2649934e9591c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_df23f1fcbdc59dbd57c2649934e9591c['infowindow'] = new google.maps.InfoWindow({content: $ldf23f1fcbdc59dbd57c2649934e9591c});var infowindow = new google.maps.InfoWindow({content: $ldf23f1fcbdc59dbd57c2649934e9591c});google.maps.event.addListener(m_df23f1fcbdc59dbd57c2649934e9591c, 'click', function() {infowindow.open(map,m_df23f1fcbdc59dbd57c2649934e9591c);});$marker.push(m_df23f1fcbdc59dbd57c2649934e9591c);}});}google.maps.event.addDomListener(window, 'load', initialize);