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.5072,-81.5552)};var g_7eecbff89abaa509526ff09622b45a44 = new google.maps.Geocoder();g_7eecbff89abaa509526ff09622b45a44.geocode( { 'address': "1921 S Taylor Rd #6, Cleveland Heights, OH 44118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-heights-OH-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-heights-OH-check-into-cash'), mapOptions);}document.getElementById('51b3315f').innerHTML += ' | View Map';var $l7eecbff89abaa509526ff09622b45a44 = '

Check Into Cash

Address: 1921 S Taylor Rd #6, Cleveland Heights, OH 44118, USA
Phone: (216) 321-7845
';var m_7eecbff89abaa509526ff09622b45a44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_7eecbff89abaa509526ff09622b45a44['infowindow'] = new google.maps.InfoWindow({content: $l7eecbff89abaa509526ff09622b45a44});var infowindow = new google.maps.InfoWindow({content: $l7eecbff89abaa509526ff09622b45a44});google.maps.event.addListener(m_7eecbff89abaa509526ff09622b45a44, 'click', function() {infowindow.open(map,m_7eecbff89abaa509526ff09622b45a44);});$marker.push(m_7eecbff89abaa509526ff09622b45a44);}});}google.maps.event.addDomListener(window, 'load', initialize);