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.5768,-86.1954)};var g_045752bc5c7f705cea3cc14c036c261c = new google.maps.Geocoder();g_045752bc5c7f705cea3cc14c036c261c.geocode( { 'address': "436 S California St, Galveston, IN 46932"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galveston-IN-salin-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('galveston-IN-salin-bank-trust-co'), mapOptions);}document.getElementById('69c5b264').innerHTML += ' | View Map';var $l045752bc5c7f705cea3cc14c036c261c = '

Salin Bank & Trust Co

Address: 436 S California St, Galveston, IN 46932
Phone: (574) 699-6537
';var m_045752bc5c7f705cea3cc14c036c261c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salin Bank & Trust Co',});m_045752bc5c7f705cea3cc14c036c261c['infowindow'] = new google.maps.InfoWindow({content: $l045752bc5c7f705cea3cc14c036c261c});var infowindow = new google.maps.InfoWindow({content: $l045752bc5c7f705cea3cc14c036c261c});google.maps.event.addListener(m_045752bc5c7f705cea3cc14c036c261c, 'click', function() {infowindow.open(map,m_045752bc5c7f705cea3cc14c036c261c);});$marker.push(m_045752bc5c7f705cea3cc14c036c261c);}});}google.maps.event.addDomListener(window, 'load', initialize);