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.3786,-81.4659)};var g_df5e588fda0ea140a459a9b1de34138f = new google.maps.Geocoder();g_df5e588fda0ea140a459a9b1de34138f.geocode( { 'address': "30285 Bruce Industrial Pkwy, Cleveland, OH 44139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-leader-capital-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-leader-capital-group-llc'), mapOptions);}document.getElementById('3c5bcc3d').innerHTML += ' | View Map';var $ldf5e588fda0ea140a459a9b1de34138f = '

Leader Capital Group LLC

Address: 30285 Bruce Industrial Pkwy, Cleveland, OH 44139, USA
Phone: (440) 248-3668
';var m_df5e588fda0ea140a459a9b1de34138f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leader Capital Group LLC',});m_df5e588fda0ea140a459a9b1de34138f['infowindow'] = new google.maps.InfoWindow({content: $ldf5e588fda0ea140a459a9b1de34138f});var infowindow = new google.maps.InfoWindow({content: $ldf5e588fda0ea140a459a9b1de34138f});google.maps.event.addListener(m_df5e588fda0ea140a459a9b1de34138f, 'click', function() {infowindow.open(map,m_df5e588fda0ea140a459a9b1de34138f);});$marker.push(m_df5e588fda0ea140a459a9b1de34138f);}});}google.maps.event.addDomListener(window, 'load', initialize);