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.5896,-86.6697)};var g_19c6518cf3f02d8655519d4179ba6c6f = new google.maps.Geocoder();g_19c6518cf3f02d8655519d4179ba6c6f.geocode( { 'address': "102 S Market St, Delphi, IN 46923"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delphi-IN-salin-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('delphi-IN-salin-bank-trust-co'), mapOptions);}document.getElementById('b4d1794d').innerHTML += ' | View Map';var $l19c6518cf3f02d8655519d4179ba6c6f = '

Salin Bank & Trust Co

Address: 102 S Market St, Delphi, IN 46923
Phone: (765) 319-3830
';var m_19c6518cf3f02d8655519d4179ba6c6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salin Bank & Trust Co',});m_19c6518cf3f02d8655519d4179ba6c6f['infowindow'] = new google.maps.InfoWindow({content: $l19c6518cf3f02d8655519d4179ba6c6f});var infowindow = new google.maps.InfoWindow({content: $l19c6518cf3f02d8655519d4179ba6c6f});google.maps.event.addListener(m_19c6518cf3f02d8655519d4179ba6c6f, 'click', function() {infowindow.open(map,m_19c6518cf3f02d8655519d4179ba6c6f);});$marker.push(m_19c6518cf3f02d8655519d4179ba6c6f);}});}google.maps.event.addDomListener(window, 'load', initialize);