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.4828,-81.8264)};var g_99ea5b7210bd34a94e0897dcb40f0d48 = new google.maps.Geocoder();g_99ea5b7210bd34a94e0897dcb40f0d48.geocode( { 'address': "18404 Detroit Ave, Lakewood, OH 44107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-OH-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-OH-check-into-cash'), mapOptions);}document.getElementById('e33bd511').innerHTML += ' | View Map';var $l99ea5b7210bd34a94e0897dcb40f0d48 = '

Check Into Cash

Address: 18404 Detroit Ave, Lakewood, OH 44107, USA
Phone: (216) 227-8017
';var m_99ea5b7210bd34a94e0897dcb40f0d48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_99ea5b7210bd34a94e0897dcb40f0d48['infowindow'] = new google.maps.InfoWindow({content: $l99ea5b7210bd34a94e0897dcb40f0d48});var infowindow = new google.maps.InfoWindow({content: $l99ea5b7210bd34a94e0897dcb40f0d48});google.maps.event.addListener(m_99ea5b7210bd34a94e0897dcb40f0d48, 'click', function() {infowindow.open(map,m_99ea5b7210bd34a94e0897dcb40f0d48);});$marker.push(m_99ea5b7210bd34a94e0897dcb40f0d48);}});}google.maps.event.addDomListener(window, 'load', initialize);