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()};var g_b0df2270be9cb16c14537e5bc2f2d37b = new google.maps.Geocoder();g_b0df2270be9cb16c14537e5bc2f2d37b.geocode( { 'address': "2715 Marissa Way, Shelby Township, MI 48316"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-township-MI-thrivent-financial-for-lutherans').style.display = '';map = new google.maps.Map(document.getElementById('shelby-township-MI-thrivent-financial-for-lutherans'), mapOptions);}document.getElementById('ee4268b0').innerHTML += ' | View Map';var $lb0df2270be9cb16c14537e5bc2f2d37b = '

Thrivent Financial for Lutherans

Address: 2715 Marissa Way, Shelby Township, MI 48316
Phone: (248) 650-5886
';var m_b0df2270be9cb16c14537e5bc2f2d37b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thrivent Financial for Lutherans',});m_b0df2270be9cb16c14537e5bc2f2d37b['infowindow'] = new google.maps.InfoWindow({content: $lb0df2270be9cb16c14537e5bc2f2d37b});var infowindow = new google.maps.InfoWindow({content: $lb0df2270be9cb16c14537e5bc2f2d37b});google.maps.event.addListener(m_b0df2270be9cb16c14537e5bc2f2d37b, 'click', function() {infowindow.open(map,m_b0df2270be9cb16c14537e5bc2f2d37b);});$marker.push(m_b0df2270be9cb16c14537e5bc2f2d37b);}});}google.maps.event.addDomListener(window, 'load', initialize);