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_16b9128b816de45298f60a0653e533a9 = new google.maps.Geocoder();g_16b9128b816de45298f60a0653e533a9.geocode( { 'address': "800 Superior Ave E, Cleveland, OH 44114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-mcdonald-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-mcdonald-trust-co'), mapOptions);}document.getElementById('8e272b0f').innerHTML += ' | View Map';var $l16b9128b816de45298f60a0653e533a9 = '

McDonald Trust Co

Address: 800 Superior Ave E, Cleveland, OH 44114
Phone: (216) 443-2865
';var m_16b9128b816de45298f60a0653e533a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McDonald Trust Co',});m_16b9128b816de45298f60a0653e533a9['infowindow'] = new google.maps.InfoWindow({content: $l16b9128b816de45298f60a0653e533a9});var infowindow = new google.maps.InfoWindow({content: $l16b9128b816de45298f60a0653e533a9});google.maps.event.addListener(m_16b9128b816de45298f60a0653e533a9, 'click', function() {infowindow.open(map,m_16b9128b816de45298f60a0653e533a9);});$marker.push(m_16b9128b816de45298f60a0653e533a9);}});}google.maps.event.addDomListener(window, 'load', initialize);