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.359,-81.8147)};var g_6b814d3b944dcaaeb9538f0cea60b838 = new google.maps.Geocoder();g_6b814d3b944dcaaeb9538f0cea60b838.geocode( { 'address': "7575 Pearl Rd, Cleveland, OH 44130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-diamond-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-diamond-jewelry--loan'), mapOptions);}document.getElementById('79759269').innerHTML += ' | View Map';var $l6b814d3b944dcaaeb9538f0cea60b838 = '

Diamond Jewelry & Loan

Address: 7575 Pearl Rd, Cleveland, OH 44130, USA
Phone: (440) 826-1111
';var m_6b814d3b944dcaaeb9538f0cea60b838 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Jewelry & Loan',});m_6b814d3b944dcaaeb9538f0cea60b838['infowindow'] = new google.maps.InfoWindow({content: $l6b814d3b944dcaaeb9538f0cea60b838});var infowindow = new google.maps.InfoWindow({content: $l6b814d3b944dcaaeb9538f0cea60b838});google.maps.event.addListener(m_6b814d3b944dcaaeb9538f0cea60b838, 'click', function() {infowindow.open(map,m_6b814d3b944dcaaeb9538f0cea60b838);});$marker.push(m_6b814d3b944dcaaeb9538f0cea60b838);}});}google.maps.event.addDomListener(window, 'load', initialize);