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.3561,-83.1338)};var g_822fcb700e01f754af5c2006ae36271d = new google.maps.Geocoder();g_822fcb700e01f754af5c2006ae36271d.geocode( { 'address': "1800 W State St, Fremont, OH 43420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-OH-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('fremont-OH-loanmax-title-loans'), mapOptions);}document.getElementById('0c85719d').innerHTML += ' | View Map';var $l822fcb700e01f754af5c2006ae36271d = '

Loanmax Title Loans

Address: 1800 W State St, Fremont, OH 43420, USA
Phone: (567) 342-7177
';var m_822fcb700e01f754af5c2006ae36271d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_822fcb700e01f754af5c2006ae36271d['infowindow'] = new google.maps.InfoWindow({content: $l822fcb700e01f754af5c2006ae36271d});var infowindow = new google.maps.InfoWindow({content: $l822fcb700e01f754af5c2006ae36271d});google.maps.event.addListener(m_822fcb700e01f754af5c2006ae36271d, 'click', function() {infowindow.open(map,m_822fcb700e01f754af5c2006ae36271d);});$marker.push(m_822fcb700e01f754af5c2006ae36271d);}});}google.maps.event.addDomListener(window, 'load', initialize);