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.539,-81.5725)};var g_d483c1937e7a464a1b64ef9c4c67c67e = new google.maps.Geocoder();g_d483c1937e7a464a1b64ef9c4c67c67e.geocode( { 'address': "15500 Euclid Ave, East Cleveland, OH 44112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-cleveland-OH-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('east-cleveland-OH-ace-cash-express'), mapOptions);}document.getElementById('69c171fd').innerHTML += ' | View Map';var $ld483c1937e7a464a1b64ef9c4c67c67e = '

ACE Cash Express

Address: 15500 Euclid Ave, East Cleveland, OH 44112, USA
Phone: (216) 268-4100
';var m_d483c1937e7a464a1b64ef9c4c67c67e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_d483c1937e7a464a1b64ef9c4c67c67e['infowindow'] = new google.maps.InfoWindow({content: $ld483c1937e7a464a1b64ef9c4c67c67e});var infowindow = new google.maps.InfoWindow({content: $ld483c1937e7a464a1b64ef9c4c67c67e});google.maps.event.addListener(m_d483c1937e7a464a1b64ef9c4c67c67e, 'click', function() {infowindow.open(map,m_d483c1937e7a464a1b64ef9c4c67c67e);});$marker.push(m_d483c1937e7a464a1b64ef9c4c67c67e);}});}google.maps.event.addDomListener(window, 'load', initialize);