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

Lafayette Bank & Trust Co

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