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(40.0789,-93.6112)};var g_970a21d51b2dbc68583b1dddba99c55d = new google.maps.Geocoder();g_970a21d51b2dbc68583b1dddba99c55d.geocode( { 'address': "816 Main St, Trenton, MO 64683"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-MO-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('trenton-MO-citizens-bank-trust'), mapOptions);}document.getElementById('bc8bddad').innerHTML += ' | View Map';var $l970a21d51b2dbc68583b1dddba99c55d = '

Citizens Bank & Trust

Address: 816 Main St, Trenton, MO 64683
Phone: (660) 359-2232
';var m_970a21d51b2dbc68583b1dddba99c55d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust',});m_970a21d51b2dbc68583b1dddba99c55d['infowindow'] = new google.maps.InfoWindow({content: $l970a21d51b2dbc68583b1dddba99c55d});var infowindow = new google.maps.InfoWindow({content: $l970a21d51b2dbc68583b1dddba99c55d});google.maps.event.addListener(m_970a21d51b2dbc68583b1dddba99c55d, 'click', function() {infowindow.open(map,m_970a21d51b2dbc68583b1dddba99c55d);});$marker.push(m_970a21d51b2dbc68583b1dddba99c55d);}});}google.maps.event.addDomListener(window, 'load', initialize);