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.039,-81.432)};var g_080cc5a4ec71a747e260e274bdb13b64 = new google.maps.Geocoder();g_080cc5a4ec71a747e260e274bdb13b64.geocode( { 'address': "931 Canton Rd, Akron, OH 44312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-zombie-johns').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-zombie-johns'), mapOptions);}document.getElementById('7a81bd9a').innerHTML += ' | View Map';var $l080cc5a4ec71a747e260e274bdb13b64 = '

Zombie John's

Address: 931 Canton Rd, Akron, OH 44312, USA
Phone: (330) 733-2886
';var m_080cc5a4ec71a747e260e274bdb13b64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zombie John's',});m_080cc5a4ec71a747e260e274bdb13b64['infowindow'] = new google.maps.InfoWindow({content: $l080cc5a4ec71a747e260e274bdb13b64});var infowindow = new google.maps.InfoWindow({content: $l080cc5a4ec71a747e260e274bdb13b64});google.maps.event.addListener(m_080cc5a4ec71a747e260e274bdb13b64, 'click', function() {infowindow.open(map,m_080cc5a4ec71a747e260e274bdb13b64);});$marker.push(m_080cc5a4ec71a747e260e274bdb13b64);}});}google.maps.event.addDomListener(window, 'load', initialize);