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(38.6543,-92.7981)};var g_619660999c9a33f4062ef326106a23f7 = new google.maps.Geocoder();g_619660999c9a33f4062ef326106a23f7.geocode( { 'address': "800 US-50, Tipton, MO 65081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tipton-MO-latham-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('tipton-MO-latham-bancshares-inc'), mapOptions);}document.getElementById('b65f0127').innerHTML += ' | View Map';var $l619660999c9a33f4062ef326106a23f7 = '

Latham Bancshares Inc

Address: 800 US-50, Tipton, MO 65081, USA
Phone: (660) 433-2004
';var m_619660999c9a33f4062ef326106a23f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Latham Bancshares Inc',});m_619660999c9a33f4062ef326106a23f7['infowindow'] = new google.maps.InfoWindow({content: $l619660999c9a33f4062ef326106a23f7});var infowindow = new google.maps.InfoWindow({content: $l619660999c9a33f4062ef326106a23f7});google.maps.event.addListener(m_619660999c9a33f4062ef326106a23f7, 'click', function() {infowindow.open(map,m_619660999c9a33f4062ef326106a23f7);});$marker.push(m_619660999c9a33f4062ef326106a23f7);}});}google.maps.event.addDomListener(window, 'load', initialize);