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.4462,-86.1479)};var g_b97b0b4e65bf5a4daea73997cf8db994 = new google.maps.Geocoder();g_b97b0b4e65bf5a4daea73997cf8db994.geocode( { 'address': "206 W Plymouth St, Bremen, IN 46506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremen-IN-first-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('bremen-IN-first-federal-savings-bank'), mapOptions);}document.getElementById('e0584bc3').innerHTML += ' | View Map';var $lb97b0b4e65bf5a4daea73997cf8db994 = '

First Federal Savings Bank

Address: 206 W Plymouth St, Bremen, IN 46506, USA
Phone: (574) 546-2121
';var m_b97b0b4e65bf5a4daea73997cf8db994 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings Bank',});m_b97b0b4e65bf5a4daea73997cf8db994['infowindow'] = new google.maps.InfoWindow({content: $lb97b0b4e65bf5a4daea73997cf8db994});var infowindow = new google.maps.InfoWindow({content: $lb97b0b4e65bf5a4daea73997cf8db994});google.maps.event.addListener(m_b97b0b4e65bf5a4daea73997cf8db994, 'click', function() {infowindow.open(map,m_b97b0b4e65bf5a4daea73997cf8db994);});$marker.push(m_b97b0b4e65bf5a4daea73997cf8db994);}});}google.maps.event.addDomListener(window, 'load', initialize);