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(39.8479,-86.7993)};var g_da93e4a4cd76a39e9aa74ab795a5e35c = new google.maps.Geocoder();g_da93e4a4cd76a39e9aa74ab795a5e35c.geocode( { 'address': "18 E Washington St, Roachdale, IN 46172"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roachdale-IN-tri-county-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('roachdale-IN-tri-county-bank-trust-co'), mapOptions);}document.getElementById('112a11fc').innerHTML += ' | View Map';var $lda93e4a4cd76a39e9aa74ab795a5e35c = '

Tri-County Bank & Trust Co

Address: 18 E Washington St, Roachdale, IN 46172
Phone: (765) 522-1000
';var m_da93e4a4cd76a39e9aa74ab795a5e35c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri-County Bank & Trust Co',});m_da93e4a4cd76a39e9aa74ab795a5e35c['infowindow'] = new google.maps.InfoWindow({content: $lda93e4a4cd76a39e9aa74ab795a5e35c});var infowindow = new google.maps.InfoWindow({content: $lda93e4a4cd76a39e9aa74ab795a5e35c});google.maps.event.addListener(m_da93e4a4cd76a39e9aa74ab795a5e35c, 'click', function() {infowindow.open(map,m_da93e4a4cd76a39e9aa74ab795a5e35c);});$marker.push(m_da93e4a4cd76a39e9aa74ab795a5e35c);}});}google.maps.event.addDomListener(window, 'load', initialize);