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.6602,-86.2427)};var g_f743456c2e829c48b24c85ebd8024eba = new google.maps.Geocoder();g_f743456c2e829c48b24c85ebd8024eba.geocode( { 'address': "100 S Main St, Walton, IN 46994"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walton-IN-salin-bank-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('walton-IN-salin-bank-trust-company'), mapOptions);}document.getElementById('a67a0c19').innerHTML += ' | View Map';var $lf743456c2e829c48b24c85ebd8024eba = '

Salin Bank & Trust Company

Address: 100 S Main St, Walton, IN 46994
Phone: (574) 722-2780
';var m_f743456c2e829c48b24c85ebd8024eba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salin Bank & Trust Company',});m_f743456c2e829c48b24c85ebd8024eba['infowindow'] = new google.maps.InfoWindow({content: $lf743456c2e829c48b24c85ebd8024eba});var infowindow = new google.maps.InfoWindow({content: $lf743456c2e829c48b24c85ebd8024eba});google.maps.event.addListener(m_f743456c2e829c48b24c85ebd8024eba, 'click', function() {infowindow.open(map,m_f743456c2e829c48b24c85ebd8024eba);});$marker.push(m_f743456c2e829c48b24c85ebd8024eba);}});}google.maps.event.addDomListener(window, 'load', initialize);