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.3559,-83.1357)};var g_ad283026a2a2a5be72051a4cf93750eb = new google.maps.Geocoder();g_ad283026a2a2a5be72051a4cf93750eb.geocode( { 'address': "1839 W State St, Fremont, OH 43420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-OH-cashland').style.display = '';map = new google.maps.Map(document.getElementById('fremont-OH-cashland'), mapOptions);}document.getElementById('3de84ffb').innerHTML += ' | View Map';var $lad283026a2a2a5be72051a4cf93750eb = '

Cashland

Address: 1839 W State St, Fremont, OH 43420, USA
Phone: (419) 332-2314
';var m_ad283026a2a2a5be72051a4cf93750eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashland',});m_ad283026a2a2a5be72051a4cf93750eb['infowindow'] = new google.maps.InfoWindow({content: $lad283026a2a2a5be72051a4cf93750eb});var infowindow = new google.maps.InfoWindow({content: $lad283026a2a2a5be72051a4cf93750eb});google.maps.event.addListener(m_ad283026a2a2a5be72051a4cf93750eb, 'click', function() {infowindow.open(map,m_ad283026a2a2a5be72051a4cf93750eb);});$marker.push(m_ad283026a2a2a5be72051a4cf93750eb);}});}google.maps.event.addDomListener(window, 'load', initialize);