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(39.1036,-93.5462)};var g_8417b4b7a64929b9e6dea71c8c247959 = new google.maps.Geocoder();g_8417b4b7a64929b9e6dea71c8c247959.geocode( { 'address': "114 S County Rd, Alma, MO 64001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alma-MO-state-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('alma-MO-state-bank-of-missouri'), mapOptions);}document.getElementById('6148db3a').innerHTML += ' | View Map';var $l8417b4b7a64929b9e6dea71c8c247959 = '

State Bank Of Missouri

Address: 114 S County Rd, Alma, MO 64001
Phone: (660) 674-2216
';var m_8417b4b7a64929b9e6dea71c8c247959 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of Missouri',});m_8417b4b7a64929b9e6dea71c8c247959['infowindow'] = new google.maps.InfoWindow({content: $l8417b4b7a64929b9e6dea71c8c247959});var infowindow = new google.maps.InfoWindow({content: $l8417b4b7a64929b9e6dea71c8c247959});google.maps.event.addListener(m_8417b4b7a64929b9e6dea71c8c247959, 'click', function() {infowindow.open(map,m_8417b4b7a64929b9e6dea71c8c247959);});$marker.push(m_8417b4b7a64929b9e6dea71c8c247959);}});}google.maps.event.addDomListener(window, 'load', initialize);