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.2911,-84.3604)};var g_c8ff945676ea4281c6441a7f57de6633 = new google.maps.Geocoder();g_c8ff945676ea4281c6441a7f57de6633.geocode( { 'address': "209 N Clinton St, Defiance, OH 43512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('defiance-OH-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('defiance-OH-loanmax-title-loans'), mapOptions);}document.getElementById('dbecf95e').innerHTML += ' | View Map';var $lc8ff945676ea4281c6441a7f57de6633 = '

Loanmax Title Loans

Address: 209 N Clinton St, Defiance, OH 43512, USA
Phone: (419) 956-4766
';var m_c8ff945676ea4281c6441a7f57de6633 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_c8ff945676ea4281c6441a7f57de6633['infowindow'] = new google.maps.InfoWindow({content: $lc8ff945676ea4281c6441a7f57de6633});var infowindow = new google.maps.InfoWindow({content: $lc8ff945676ea4281c6441a7f57de6633});google.maps.event.addListener(m_c8ff945676ea4281c6441a7f57de6633, 'click', function() {infowindow.open(map,m_c8ff945676ea4281c6441a7f57de6633);});$marker.push(m_c8ff945676ea4281c6441a7f57de6633);}});}google.maps.event.addDomListener(window, 'load', initialize);