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(37.4989,-91.8549)};var g_1f859439758eacd8e7b9b8457e01082b = new google.maps.Geocoder();g_1f859439758eacd8e7b9b8457e01082b.geocode( { 'address': "120 MO-32, Licking, MO 65542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('licking-MO-town--country-bank').style.display = '';map = new google.maps.Map(document.getElementById('licking-MO-town--country-bank'), mapOptions);}document.getElementById('127b4043').innerHTML += ' | View Map';var $l1f859439758eacd8e7b9b8457e01082b = '

Town & Country Bank

Address: 120 MO-32, Licking, MO 65542, USA
Phone: (573) 674-2241
';var m_1f859439758eacd8e7b9b8457e01082b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town & Country Bank',});m_1f859439758eacd8e7b9b8457e01082b['infowindow'] = new google.maps.InfoWindow({content: $l1f859439758eacd8e7b9b8457e01082b});var infowindow = new google.maps.InfoWindow({content: $l1f859439758eacd8e7b9b8457e01082b});google.maps.event.addListener(m_1f859439758eacd8e7b9b8457e01082b, 'click', function() {infowindow.open(map,m_1f859439758eacd8e7b9b8457e01082b);});$marker.push(m_1f859439758eacd8e7b9b8457e01082b);}});}google.maps.event.addDomListener(window, 'load', initialize);