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.4986,-81.6933)};var g_a143d6820c2b3663272143ff4ca2f830 = new google.maps.Geocoder();g_a143d6820c2b3663272143ff4ca2f830.geocode( { 'address': "100 Public Square, Cleveland, OH 44113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-quicken-loans').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-quicken-loans'), mapOptions);}document.getElementById('cc02dfda').innerHTML += ' | View Map';var $la143d6820c2b3663272143ff4ca2f830 = '

Quicken Loans

Address: 100 Public Square, Cleveland, OH 44113, USA
Phone: (216) 586-8900
';var m_a143d6820c2b3663272143ff4ca2f830 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quicken Loans',});m_a143d6820c2b3663272143ff4ca2f830['infowindow'] = new google.maps.InfoWindow({content: $la143d6820c2b3663272143ff4ca2f830});var infowindow = new google.maps.InfoWindow({content: $la143d6820c2b3663272143ff4ca2f830});google.maps.event.addListener(m_a143d6820c2b3663272143ff4ca2f830, 'click', function() {infowindow.open(map,m_a143d6820c2b3663272143ff4ca2f830);});$marker.push(m_a143d6820c2b3663272143ff4ca2f830);}});}google.maps.event.addDomListener(window, 'load', initialize);