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.4158,-81.7342)};var g_7852ccd900cd7d152bbe02d61566bba2 = new google.maps.Geocoder();g_7852ccd900cd7d152bbe02d61566bba2.geocode( { 'address': "5339 Ridge Rd #201, Parma, OH 44129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parma-OH-apprisen---cccs').style.display = '';map = new google.maps.Map(document.getElementById('parma-OH-apprisen---cccs'), mapOptions);}document.getElementById('1b109ed9').innerHTML += ' | View Map';var $l7852ccd900cd7d152bbe02d61566bba2 = '

Apprisen - CCCS

Address: 5339 Ridge Rd #201, Parma, OH 44129, USA
Phone: (440) 886-1290
';var m_7852ccd900cd7d152bbe02d61566bba2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apprisen - CCCS',});m_7852ccd900cd7d152bbe02d61566bba2['infowindow'] = new google.maps.InfoWindow({content: $l7852ccd900cd7d152bbe02d61566bba2});var infowindow = new google.maps.InfoWindow({content: $l7852ccd900cd7d152bbe02d61566bba2});google.maps.event.addListener(m_7852ccd900cd7d152bbe02d61566bba2, 'click', function() {infowindow.open(map,m_7852ccd900cd7d152bbe02d61566bba2);});$marker.push(m_7852ccd900cd7d152bbe02d61566bba2);}});}google.maps.event.addDomListener(window, 'load', initialize);