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.4463,-86.1593)};var g_338fa63280a37fc48e4578e04209838b = new google.maps.Geocoder();g_338fa63280a37fc48e4578e04209838b.geocode( { 'address': "1122 W Plymouth St, Bremen, IN 46506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremen-IN-tlcu-financial').style.display = '';map = new google.maps.Map(document.getElementById('bremen-IN-tlcu-financial'), mapOptions);}document.getElementById('b8562c38').innerHTML += ' | View Map';var $l338fa63280a37fc48e4578e04209838b = '

TLCU Financial

Address: 1122 W Plymouth St, Bremen, IN 46506, USA
Phone: (574) 546-5666
';var m_338fa63280a37fc48e4578e04209838b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TLCU Financial',});m_338fa63280a37fc48e4578e04209838b['infowindow'] = new google.maps.InfoWindow({content: $l338fa63280a37fc48e4578e04209838b});var infowindow = new google.maps.InfoWindow({content: $l338fa63280a37fc48e4578e04209838b});google.maps.event.addListener(m_338fa63280a37fc48e4578e04209838b, 'click', function() {infowindow.open(map,m_338fa63280a37fc48e4578e04209838b);});$marker.push(m_338fa63280a37fc48e4578e04209838b);}});}google.maps.event.addDomListener(window, 'load', initialize);