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(39.5454,-82.4306)};var g_0480d898912662a56a041560d3e669cf = new google.maps.Geocoder();g_0480d898912662a56a041560d3e669cf.geocode( { 'address': "42 Hocking Mall, Logan, OH 43138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-OH-cashland').style.display = '';map = new google.maps.Map(document.getElementById('logan-OH-cashland'), mapOptions);}document.getElementById('8fb51e2a').innerHTML += ' | View Map';var $l0480d898912662a56a041560d3e669cf = '

Cashland

Address: 42 Hocking Mall, Logan, OH 43138, USA
Phone: (740) 380-3976
';var m_0480d898912662a56a041560d3e669cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashland',});m_0480d898912662a56a041560d3e669cf['infowindow'] = new google.maps.InfoWindow({content: $l0480d898912662a56a041560d3e669cf});var infowindow = new google.maps.InfoWindow({content: $l0480d898912662a56a041560d3e669cf});google.maps.event.addListener(m_0480d898912662a56a041560d3e669cf, 'click', function() {infowindow.open(map,m_0480d898912662a56a041560d3e669cf);});$marker.push(m_0480d898912662a56a041560d3e669cf);}});}google.maps.event.addDomListener(window, 'load', initialize);