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.7889,-93.0731)};var g_b0bee147cc267bb181bd79ad1c7253e8 = new google.maps.Geocoder();g_b0bee147cc267bb181bd79ad1c7253e8.geocode( { 'address': "322 S Main St, Brookfield, MO 64628"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookfield-MO-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('brookfield-MO-citizens-bank-trust'), mapOptions);}document.getElementById('958c9398').innerHTML += ' | View Map';var $lb0bee147cc267bb181bd79ad1c7253e8 = '

Citizens Bank & Trust

Address: 322 S Main St, Brookfield, MO 64628
Phone: (660) 258-3336
';var m_b0bee147cc267bb181bd79ad1c7253e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust',});m_b0bee147cc267bb181bd79ad1c7253e8['infowindow'] = new google.maps.InfoWindow({content: $lb0bee147cc267bb181bd79ad1c7253e8});var infowindow = new google.maps.InfoWindow({content: $lb0bee147cc267bb181bd79ad1c7253e8});google.maps.event.addListener(m_b0bee147cc267bb181bd79ad1c7253e8, 'click', function() {infowindow.open(map,m_b0bee147cc267bb181bd79ad1c7253e8);});$marker.push(m_b0bee147cc267bb181bd79ad1c7253e8);}});}google.maps.event.addDomListener(window, 'load', initialize);