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.5734,-81.5243)};var g_550730a8ac07ca5a875783e526529bfb = new google.maps.Geocoder();g_550730a8ac07ca5a875783e526529bfb.geocode( { 'address': "22641 Euclid Ave, Euclid, OH 44117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('euclid-OH-loan-smart-inc').style.display = '';map = new google.maps.Map(document.getElementById('euclid-OH-loan-smart-inc'), mapOptions);}document.getElementById('ed34e723').innerHTML += ' | View Map';var $l550730a8ac07ca5a875783e526529bfb = '

Loan Smart Inc

Address: 22641 Euclid Ave, Euclid, OH 44117, USA
Phone: (216) 486-3434
';var m_550730a8ac07ca5a875783e526529bfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Smart Inc',});m_550730a8ac07ca5a875783e526529bfb['infowindow'] = new google.maps.InfoWindow({content: $l550730a8ac07ca5a875783e526529bfb});var infowindow = new google.maps.InfoWindow({content: $l550730a8ac07ca5a875783e526529bfb});google.maps.event.addListener(m_550730a8ac07ca5a875783e526529bfb, 'click', function() {infowindow.open(map,m_550730a8ac07ca5a875783e526529bfb);});$marker.push(m_550730a8ac07ca5a875783e526529bfb);}});}google.maps.event.addDomListener(window, 'load', initialize);