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.4487,-85.2633)};var g_fedf67d6f3d7341c1c1e8a54774987d3 = new google.maps.Geocoder();g_fedf67d6f3d7341c1c1e8a54774987d3.geocode( { 'address': "116 W Mitchell St, Kendallville, IN 46755"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kendallville-IN-peoples-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('kendallville-IN-peoples-federal-savings-bank'), mapOptions);}document.getElementById('666900e3').innerHTML += ' | View Map';var $lfedf67d6f3d7341c1c1e8a54774987d3 = '

Peoples Federal Savings Bank

Address: 116 W Mitchell St, Kendallville, IN 46755
Phone: (260) 347-5100
';var m_fedf67d6f3d7341c1c1e8a54774987d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Federal Savings Bank',});m_fedf67d6f3d7341c1c1e8a54774987d3['infowindow'] = new google.maps.InfoWindow({content: $lfedf67d6f3d7341c1c1e8a54774987d3});var infowindow = new google.maps.InfoWindow({content: $lfedf67d6f3d7341c1c1e8a54774987d3});google.maps.event.addListener(m_fedf67d6f3d7341c1c1e8a54774987d3, 'click', function() {infowindow.open(map,m_fedf67d6f3d7341c1c1e8a54774987d3);});$marker.push(m_fedf67d6f3d7341c1c1e8a54774987d3);}});}google.maps.event.addDomListener(window, 'load', initialize);