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.477,-81.7537)};var g_286198e979a054b715b8bb106037999f = new google.maps.Geocoder();g_286198e979a054b715b8bb106037999f.geocode( { 'address': "10017 Madison Ave, Cleveland, OH 44102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-odyssey-jewelers-inc').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-odyssey-jewelers-inc'), mapOptions);}document.getElementById('2ee91cde').innerHTML += ' | View Map';var $l286198e979a054b715b8bb106037999f = '

Odyssey Jewelers Inc.

Address: 10017 Madison Ave, Cleveland, OH 44102, USA
Phone: (216) 651-5557
';var m_286198e979a054b715b8bb106037999f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Odyssey Jewelers Inc.',});m_286198e979a054b715b8bb106037999f['infowindow'] = new google.maps.InfoWindow({content: $l286198e979a054b715b8bb106037999f});var infowindow = new google.maps.InfoWindow({content: $l286198e979a054b715b8bb106037999f});google.maps.event.addListener(m_286198e979a054b715b8bb106037999f, 'click', function() {infowindow.open(map,m_286198e979a054b715b8bb106037999f);});$marker.push(m_286198e979a054b715b8bb106037999f);}});}google.maps.event.addDomListener(window, 'load', initialize);