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.4996,-91.8589)};var g_43d1ce1858a16f7dc1f203e5774e54b1 = new google.maps.Geocoder();g_43d1ce1858a16f7dc1f203e5774e54b1.geocode( { 'address': "109 MO-32, Licking, MO 65542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('licking-MO-landmark-bank').style.display = '';map = new google.maps.Map(document.getElementById('licking-MO-landmark-bank'), mapOptions);}document.getElementById('95fc3af1').innerHTML += ' | View Map';var $l43d1ce1858a16f7dc1f203e5774e54b1 = '

Landmark Bank

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