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.2282,-92.8391)};var g_060efa7152d3705758ab0671e19fbdd3 = new google.maps.Geocoder();g_060efa7152d3705758ab0671e19fbdd3.geocode( { 'address': "103 Commerce St, Glasgow, MO 65254"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glasgow-MO-tri-county-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('glasgow-MO-tri-county-trust-co'), mapOptions);}document.getElementById('6d3f19e5').innerHTML += ' | View Map';var $l060efa7152d3705758ab0671e19fbdd3 = '

Tri-County Trust Co

Address: 103 Commerce St, Glasgow, MO 65254
Phone: (660) 338-2234
';var m_060efa7152d3705758ab0671e19fbdd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri-County Trust Co',});m_060efa7152d3705758ab0671e19fbdd3['infowindow'] = new google.maps.InfoWindow({content: $l060efa7152d3705758ab0671e19fbdd3});var infowindow = new google.maps.InfoWindow({content: $l060efa7152d3705758ab0671e19fbdd3});google.maps.event.addListener(m_060efa7152d3705758ab0671e19fbdd3, 'click', function() {infowindow.open(map,m_060efa7152d3705758ab0671e19fbdd3);});$marker.push(m_060efa7152d3705758ab0671e19fbdd3);}});}google.maps.event.addDomListener(window, 'load', initialize);