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(40.8591,-81.4214)};var g_6666371f68d373799e9a861fdb69717e = new google.maps.Geocoder();g_6666371f68d373799e9a861fdb69717e.geocode( { 'address': "3970 Everhard Rd NW, Canton, OH 44709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-ohio-gold--pawn-llc').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-ohio-gold--pawn-llc'), mapOptions);}document.getElementById('39c91cbf').innerHTML += ' | View Map';var $l6666371f68d373799e9a861fdb69717e = '

Ohio Gold & Pawn LLC

Address: 3970 Everhard Rd NW, Canton, OH 44709, USA
Phone: (330) 493-4653
';var m_6666371f68d373799e9a861fdb69717e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Gold & Pawn LLC',});m_6666371f68d373799e9a861fdb69717e['infowindow'] = new google.maps.InfoWindow({content: $l6666371f68d373799e9a861fdb69717e});var infowindow = new google.maps.InfoWindow({content: $l6666371f68d373799e9a861fdb69717e});google.maps.event.addListener(m_6666371f68d373799e9a861fdb69717e, 'click', function() {infowindow.open(map,m_6666371f68d373799e9a861fdb69717e);});$marker.push(m_6666371f68d373799e9a861fdb69717e);}});}google.maps.event.addDomListener(window, 'load', initialize);