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.0407,-86.9012)};var g_b5f15297073c1d370246af6617cef13a = new google.maps.Geocoder();g_b5f15297073c1d370246af6617cef13a.geocode( { 'address': "134 S Washington St, Crawfordsville, IN 47933, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crawfordsville-IN-lafayette-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('crawfordsville-IN-lafayette-bank--trust'), mapOptions);}document.getElementById('76682e9c').innerHTML += ' | View Map';var $lb5f15297073c1d370246af6617cef13a = '

Lafayette Bank & Trust

Address: 134 S Washington St, Crawfordsville, IN 47933, USA
Phone: (765) 362-0200
';var m_b5f15297073c1d370246af6617cef13a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lafayette Bank & Trust',});m_b5f15297073c1d370246af6617cef13a['infowindow'] = new google.maps.InfoWindow({content: $lb5f15297073c1d370246af6617cef13a});var infowindow = new google.maps.InfoWindow({content: $lb5f15297073c1d370246af6617cef13a});google.maps.event.addListener(m_b5f15297073c1d370246af6617cef13a, 'click', function() {infowindow.open(map,m_b5f15297073c1d370246af6617cef13a);});$marker.push(m_b5f15297073c1d370246af6617cef13a);}});}google.maps.event.addDomListener(window, 'load', initialize);