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.494,-81.6694)};var g_1a50edc3482d0d348c7da934c07aeead = new google.maps.Geocoder();g_1a50edc3482d0d348c7da934c07aeead.geocode( { 'address': "26300 Cedar Rd, Cleveland, OH 44122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-fifth-third-processing-solutions').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-fifth-third-processing-solutions'), mapOptions);}document.getElementById('24ff9861').innerHTML += ' | View Map';var $l1a50edc3482d0d348c7da934c07aeead = '

Fifth Third Processing Solutions

Address: 26300 Cedar Rd, Cleveland, OH 44122
Phone: (216) 591-0282
';var m_1a50edc3482d0d348c7da934c07aeead = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Processing Solutions',});m_1a50edc3482d0d348c7da934c07aeead['infowindow'] = new google.maps.InfoWindow({content: $l1a50edc3482d0d348c7da934c07aeead});var infowindow = new google.maps.InfoWindow({content: $l1a50edc3482d0d348c7da934c07aeead});google.maps.event.addListener(m_1a50edc3482d0d348c7da934c07aeead, 'click', function() {infowindow.open(map,m_1a50edc3482d0d348c7da934c07aeead);});$marker.push(m_1a50edc3482d0d348c7da934c07aeead);}});}google.maps.event.addDomListener(window, 'load', initialize);