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.4719,-81.8933)};var g_948fad45b845d4668253da718f03c383 = new google.maps.Geocoder();g_948fad45b845d4668253da718f03c383.geocode( { 'address': "24600 Detroit Ave, Cleveland, OH 44145, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-nacm-greater-cleveland').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-nacm-greater-cleveland'), mapOptions);}document.getElementById('9eb6dbf0').innerHTML += ' | View Map';var $l948fad45b845d4668253da718f03c383 = '

NACM Greater Cleveland

Address: 24600 Detroit Ave, Cleveland, OH 44145, USA
Phone: (440) 871-7878
';var m_948fad45b845d4668253da718f03c383 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NACM Greater Cleveland',});m_948fad45b845d4668253da718f03c383['infowindow'] = new google.maps.InfoWindow({content: $l948fad45b845d4668253da718f03c383});var infowindow = new google.maps.InfoWindow({content: $l948fad45b845d4668253da718f03c383});google.maps.event.addListener(m_948fad45b845d4668253da718f03c383, 'click', function() {infowindow.open(map,m_948fad45b845d4668253da718f03c383);});$marker.push(m_948fad45b845d4668253da718f03c383);}});}google.maps.event.addDomListener(window, 'load', initialize);