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.1047,-81.5111)};var g_769702f490a3ecdb96e0bfcfaca44776 = new google.maps.Geocoder();g_769702f490a3ecdb96e0bfcfaca44776.geocode( { 'address': "720 N Main St, Akron, OH 44310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-national-jewelry-and-pawn').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-national-jewelry-and-pawn'), mapOptions);}document.getElementById('151e09c3').innerHTML += ' | View Map';var $l769702f490a3ecdb96e0bfcfaca44776 = '

National Jewelry And Pawn

Address: 720 N Main St, Akron, OH 44310, USA
Phone: (330) 762-7296
';var m_769702f490a3ecdb96e0bfcfaca44776 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Jewelry And Pawn',});m_769702f490a3ecdb96e0bfcfaca44776['infowindow'] = new google.maps.InfoWindow({content: $l769702f490a3ecdb96e0bfcfaca44776});var infowindow = new google.maps.InfoWindow({content: $l769702f490a3ecdb96e0bfcfaca44776});google.maps.event.addListener(m_769702f490a3ecdb96e0bfcfaca44776, 'click', function() {infowindow.open(map,m_769702f490a3ecdb96e0bfcfaca44776);});$marker.push(m_769702f490a3ecdb96e0bfcfaca44776);}});}google.maps.event.addDomListener(window, 'load', initialize);