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.2921,-87.2478)};var g_4bc6714f5970bd6222eb412174bef9d6 = new google.maps.Geocoder();g_4bc6714f5970bd6222eb412174bef9d6.geocode( { 'address': "301 S Brady St, Attica, IN 47918, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('attica-IN-lafayette-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('attica-IN-lafayette-bank--trust'), mapOptions);}document.getElementById('d28ffcd4').innerHTML += ' | View Map';var $l4bc6714f5970bd6222eb412174bef9d6 = '

Lafayette Bank & Trust

Address: 301 S Brady St, Attica, IN 47918, USA
Phone: (800) 205-3464
';var m_4bc6714f5970bd6222eb412174bef9d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lafayette Bank & Trust',});m_4bc6714f5970bd6222eb412174bef9d6['infowindow'] = new google.maps.InfoWindow({content: $l4bc6714f5970bd6222eb412174bef9d6});var infowindow = new google.maps.InfoWindow({content: $l4bc6714f5970bd6222eb412174bef9d6});google.maps.event.addListener(m_4bc6714f5970bd6222eb412174bef9d6, 'click', function() {infowindow.open(map,m_4bc6714f5970bd6222eb412174bef9d6);});$marker.push(m_4bc6714f5970bd6222eb412174bef9d6);}});}google.maps.event.addDomListener(window, 'load', initialize);