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.4981,-92.1785)};var g_ac40e06a05077ea6f2d8390c675d6134 = new google.maps.Geocoder();g_ac40e06a05077ea6f2d8390c675d6134.geocode( { 'address': "1511 Friendship Rd, Jefferson City, MO 65101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-city-MO-mid-america-bank').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-city-MO-mid-america-bank'), mapOptions);}document.getElementById('696f825c').innerHTML += ' | View Map';var $lac40e06a05077ea6f2d8390c675d6134 = '

Mid America Bank

Address: 1511 Friendship Rd, Jefferson City, MO 65101, USA
Phone: (573) 635-0019
';var m_ac40e06a05077ea6f2d8390c675d6134 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid America Bank',});m_ac40e06a05077ea6f2d8390c675d6134['infowindow'] = new google.maps.InfoWindow({content: $lac40e06a05077ea6f2d8390c675d6134});var infowindow = new google.maps.InfoWindow({content: $lac40e06a05077ea6f2d8390c675d6134});google.maps.event.addListener(m_ac40e06a05077ea6f2d8390c675d6134, 'click', function() {infowindow.open(map,m_ac40e06a05077ea6f2d8390c675d6134);});$marker.push(m_ac40e06a05077ea6f2d8390c675d6134);}});}google.maps.event.addDomListener(window, 'load', initialize);