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.2704,-92.1334)};var g_ba399e27c5233188c77a807e37613b29 = new google.maps.Geocoder();g_ba399e27c5233188c77a807e37613b29.geocode( { 'address': "101 E 3rd St, Meta, MO 65058"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meta-MO-mid-america-bank').style.display = '';map = new google.maps.Map(document.getElementById('meta-MO-mid-america-bank'), mapOptions);}document.getElementById('2b99bfff').innerHTML += ' | View Map';var $lba399e27c5233188c77a807e37613b29 = '

Mid America Bank

Address: 101 E 3rd St, Meta, MO 65058
Phone: (573) 229-4256
';var m_ba399e27c5233188c77a807e37613b29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid America Bank',});m_ba399e27c5233188c77a807e37613b29['infowindow'] = new google.maps.InfoWindow({content: $lba399e27c5233188c77a807e37613b29});var infowindow = new google.maps.InfoWindow({content: $lba399e27c5233188c77a807e37613b29});google.maps.event.addListener(m_ba399e27c5233188c77a807e37613b29, 'click', function() {infowindow.open(map,m_ba399e27c5233188c77a807e37613b29);});$marker.push(m_ba399e27c5233188c77a807e37613b29);}});}google.maps.event.addDomListener(window, 'load', initialize);