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.5049,-81.6933)};var g_5eca4b8725ad6c88fd76c8fff7ea7b6c = new google.maps.Geocoder();g_5eca4b8725ad6c88fd76c8fff7ea7b6c.geocode( { 'address': "601 Lakeside Ave E # 3, Cleveland, OH 44114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-civil-service-empl-associates-cu').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-civil-service-empl-associates-cu'), mapOptions);}document.getElementById('ad4fa1e0').innerHTML += ' | View Map';var $l5eca4b8725ad6c88fd76c8fff7ea7b6c = '

Civil Service Empl Associates Cu

Address: 601 Lakeside Ave E # 3, Cleveland, OH 44114, USA
Phone: (216) 664-2217
';var m_5eca4b8725ad6c88fd76c8fff7ea7b6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Civil Service Empl Associates Cu',});m_5eca4b8725ad6c88fd76c8fff7ea7b6c['infowindow'] = new google.maps.InfoWindow({content: $l5eca4b8725ad6c88fd76c8fff7ea7b6c});var infowindow = new google.maps.InfoWindow({content: $l5eca4b8725ad6c88fd76c8fff7ea7b6c});google.maps.event.addListener(m_5eca4b8725ad6c88fd76c8fff7ea7b6c, 'click', function() {infowindow.open(map,m_5eca4b8725ad6c88fd76c8fff7ea7b6c);});$marker.push(m_5eca4b8725ad6c88fd76c8fff7ea7b6c);}});}google.maps.event.addDomListener(window, 'load', initialize);