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(43.4378,-83.911)};var g_06d51ce32ccfc3f27c53c96c7cc67734 = new google.maps.Geocoder();g_06d51ce32ccfc3f27c53c96c7cc67734.geocode( { 'address': "535 Cathay St, Saginaw, MI 48601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-bethel-ame-church').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-bethel-ame-church'), mapOptions);}document.getElementById('a093b870').innerHTML += ' | View Map';var $l06d51ce32ccfc3f27c53c96c7cc67734 = '

Bethel AME Church

Address: 535 Cathay St, Saginaw, MI 48601, USA
Phone: (989) 755-7011
';var m_06d51ce32ccfc3f27c53c96c7cc67734 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bethel AME Church',});m_06d51ce32ccfc3f27c53c96c7cc67734['infowindow'] = new google.maps.InfoWindow({content: $l06d51ce32ccfc3f27c53c96c7cc67734});var infowindow = new google.maps.InfoWindow({content: $l06d51ce32ccfc3f27c53c96c7cc67734});google.maps.event.addListener(m_06d51ce32ccfc3f27c53c96c7cc67734, 'click', function() {infowindow.open(map,m_06d51ce32ccfc3f27c53c96c7cc67734);});$marker.push(m_06d51ce32ccfc3f27c53c96c7cc67734);}});}google.maps.event.addDomListener(window, 'load', initialize);