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.5315,-81.5802)};var g_17d69921cee8f5d46f0cffc5a22bd9de = new google.maps.Geocoder();g_17d69921cee8f5d46f0cffc5a22bd9de.geocode( { 'address': "14516 Euclid Ave, Cleveland, OH 44112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-starlight-baptist-church').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-starlight-baptist-church'), mapOptions);}document.getElementById('07fbdf98').innerHTML += ' | View Map';var $l17d69921cee8f5d46f0cffc5a22bd9de = '

Starlight Baptist Church

Address: 14516 Euclid Ave, Cleveland, OH 44112, USA
Phone: (216) 541-6825
';var m_17d69921cee8f5d46f0cffc5a22bd9de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Starlight Baptist Church',});m_17d69921cee8f5d46f0cffc5a22bd9de['infowindow'] = new google.maps.InfoWindow({content: $l17d69921cee8f5d46f0cffc5a22bd9de});var infowindow = new google.maps.InfoWindow({content: $l17d69921cee8f5d46f0cffc5a22bd9de});google.maps.event.addListener(m_17d69921cee8f5d46f0cffc5a22bd9de, 'click', function() {infowindow.open(map,m_17d69921cee8f5d46f0cffc5a22bd9de);});$marker.push(m_17d69921cee8f5d46f0cffc5a22bd9de);}});}google.maps.event.addDomListener(window, 'load', initialize);