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.5584,-89.9741)};var g_7a603ba112e2ad3b8d7d4b0150e6be03 = new google.maps.Geocoder();g_7a603ba112e2ad3b8d7d4b0150e6be03.geocode( { 'address': "1214 N Douglass St, Malden, MO 63863"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('malden-MO-first-state-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('malden-MO-first-state-community-bank'), mapOptions);}document.getElementById('b924c23f').innerHTML += ' | View Map';var $l7a603ba112e2ad3b8d7d4b0150e6be03 = '

First State Community Bank

Address: 1214 N Douglass St, Malden, MO 63863
Phone: (573) 276-4583
';var m_7a603ba112e2ad3b8d7d4b0150e6be03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Community Bank',});m_7a603ba112e2ad3b8d7d4b0150e6be03['infowindow'] = new google.maps.InfoWindow({content: $l7a603ba112e2ad3b8d7d4b0150e6be03});var infowindow = new google.maps.InfoWindow({content: $l7a603ba112e2ad3b8d7d4b0150e6be03});google.maps.event.addListener(m_7a603ba112e2ad3b8d7d4b0150e6be03, 'click', function() {infowindow.open(map,m_7a603ba112e2ad3b8d7d4b0150e6be03);});$marker.push(m_7a603ba112e2ad3b8d7d4b0150e6be03);}});}google.maps.event.addDomListener(window, 'load', initialize);