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.5824,-81.5086)};var g_9a8bf55dbb149d31677a2bb1a3370224 = new google.maps.Geocoder();g_9a8bf55dbb149d31677a2bb1a3370224.geocode( { 'address': "25000 Euclid Ave #402, Cleveland, OH 44117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-cash-2-u-leasing').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-cash-2-u-leasing'), mapOptions);}document.getElementById('bed98862').innerHTML += ' | View Map';var $l9a8bf55dbb149d31677a2bb1a3370224 = '

Cash-2-U Leasing

Address: 25000 Euclid Ave #402, Cleveland, OH 44117, USA
Phone: (216) 289-2274
';var m_9a8bf55dbb149d31677a2bb1a3370224 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash-2-U Leasing',});m_9a8bf55dbb149d31677a2bb1a3370224['infowindow'] = new google.maps.InfoWindow({content: $l9a8bf55dbb149d31677a2bb1a3370224});var infowindow = new google.maps.InfoWindow({content: $l9a8bf55dbb149d31677a2bb1a3370224});google.maps.event.addListener(m_9a8bf55dbb149d31677a2bb1a3370224, 'click', function() {infowindow.open(map,m_9a8bf55dbb149d31677a2bb1a3370224);});$marker.push(m_9a8bf55dbb149d31677a2bb1a3370224);}});}google.maps.event.addDomListener(window, 'load', initialize);