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(36.9123,-91.4938)};var g_effbb64ff6c9b38c6fcb05185cd22fc3 = new google.maps.Geocoder();g_effbb64ff6c9b38c6fcb05185cd22fc3.geocode( { 'address': "100 State Highway Ff, Birch Tree, MO 65438"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birch-tree-MO-landmark-bank').style.display = '';map = new google.maps.Map(document.getElementById('birch-tree-MO-landmark-bank'), mapOptions);}document.getElementById('1cd4aece').innerHTML += ' | View Map';var $leffbb64ff6c9b38c6fcb05185cd22fc3 = '

Landmark Bank

Address: 100 State Highway Ff, Birch Tree, MO 65438
Phone: (573) 292-3181
';var m_effbb64ff6c9b38c6fcb05185cd22fc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Bank',});m_effbb64ff6c9b38c6fcb05185cd22fc3['infowindow'] = new google.maps.InfoWindow({content: $leffbb64ff6c9b38c6fcb05185cd22fc3});var infowindow = new google.maps.InfoWindow({content: $leffbb64ff6c9b38c6fcb05185cd22fc3});google.maps.event.addListener(m_effbb64ff6c9b38c6fcb05185cd22fc3, 'click', function() {infowindow.open(map,m_effbb64ff6c9b38c6fcb05185cd22fc3);});$marker.push(m_effbb64ff6c9b38c6fcb05185cd22fc3);}});}google.maps.event.addDomListener(window, 'load', initialize);