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(38.8916,-85.1447)};var g_55cc70b82cfe73952774d1e35267f0b1 = new google.maps.Geocoder();g_55cc70b82cfe73952774d1e35267f0b1.geocode( { 'address': "3327 Aaron Rd, Bennington, IN 47011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bennington-IN-thrivent-financial---lutherans').style.display = '';map = new google.maps.Map(document.getElementById('bennington-IN-thrivent-financial---lutherans'), mapOptions);}document.getElementById('bb61dd87').innerHTML += ' | View Map';var $l55cc70b82cfe73952774d1e35267f0b1 = '

Thrivent Financial - Lutherans

Address: 3327 Aaron Rd, Bennington, IN 47011, USA
Phone: (812) 962-8892
';var m_55cc70b82cfe73952774d1e35267f0b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thrivent Financial - Lutherans',});m_55cc70b82cfe73952774d1e35267f0b1['infowindow'] = new google.maps.InfoWindow({content: $l55cc70b82cfe73952774d1e35267f0b1});var infowindow = new google.maps.InfoWindow({content: $l55cc70b82cfe73952774d1e35267f0b1});google.maps.event.addListener(m_55cc70b82cfe73952774d1e35267f0b1, 'click', function() {infowindow.open(map,m_55cc70b82cfe73952774d1e35267f0b1);});$marker.push(m_55cc70b82cfe73952774d1e35267f0b1);}});}google.maps.event.addDomListener(window, 'load', initialize);