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.5883,-83.6819)};var g_36cf0b0fa8161908a140bc0b049a94ab = new google.maps.Geocoder();g_36cf0b0fa8161908a140bc0b049a94ab.geocode( { 'address': "1715 Indian Wood Cir #200, Maumee, OH 43537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maumee-OH-cls-capital-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('maumee-OH-cls-capital-group-inc'), mapOptions);}document.getElementById('2084df4e').innerHTML += ' | View Map';var $l36cf0b0fa8161908a140bc0b049a94ab = '

CLS Capital Group Inc

Address: 1715 Indian Wood Cir #200, Maumee, OH 43537, USA
Phone: (419) 897-7925
';var m_36cf0b0fa8161908a140bc0b049a94ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CLS Capital Group Inc',});m_36cf0b0fa8161908a140bc0b049a94ab['infowindow'] = new google.maps.InfoWindow({content: $l36cf0b0fa8161908a140bc0b049a94ab});var infowindow = new google.maps.InfoWindow({content: $l36cf0b0fa8161908a140bc0b049a94ab});google.maps.event.addListener(m_36cf0b0fa8161908a140bc0b049a94ab, 'click', function() {infowindow.open(map,m_36cf0b0fa8161908a140bc0b049a94ab);});$marker.push(m_36cf0b0fa8161908a140bc0b049a94ab);}});}google.maps.event.addDomListener(window, 'load', initialize);