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(40.764,-87.1507)};var g_71f2f9566d4e74b59ea54a375458d756 = new google.maps.Geocoder();g_71f2f9566d4e74b59ea54a375458d756.geocode( { 'address': "101 E Division St, Remington, IN 47977"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('remington-IN-lafayette-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('remington-IN-lafayette-bank-trust-co'), mapOptions);}document.getElementById('f79d348f').innerHTML += ' | View Map';var $l71f2f9566d4e74b59ea54a375458d756 = '

Lafayette Bank & Trust Co

Address: 101 E Division St, Remington, IN 47977
Phone: (219) 261-2269
';var m_71f2f9566d4e74b59ea54a375458d756 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lafayette Bank & Trust Co',});m_71f2f9566d4e74b59ea54a375458d756['infowindow'] = new google.maps.InfoWindow({content: $l71f2f9566d4e74b59ea54a375458d756});var infowindow = new google.maps.InfoWindow({content: $l71f2f9566d4e74b59ea54a375458d756});google.maps.event.addListener(m_71f2f9566d4e74b59ea54a375458d756, 'click', function() {infowindow.open(map,m_71f2f9566d4e74b59ea54a375458d756);});$marker.push(m_71f2f9566d4e74b59ea54a375458d756);}});}google.maps.event.addDomListener(window, 'load', initialize);