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.4308,-89.6978)};var g_49ce8bc3b7699446fa097fdccea14228 = new google.maps.Geocoder();g_49ce8bc3b7699446fa097fdccea14228.geocode( { 'address': "301 E 3rd St, Portageville, MO 63873"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portageville-MO-first-state-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('portageville-MO-first-state-bank-trust-co'), mapOptions);}document.getElementById('12aaef51').innerHTML += ' | View Map';var $l49ce8bc3b7699446fa097fdccea14228 = '

First State Bank & Trust Co

Address: 301 E 3rd St, Portageville, MO 63873
Phone: (573) 379-5735
';var m_49ce8bc3b7699446fa097fdccea14228 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank & Trust Co',});m_49ce8bc3b7699446fa097fdccea14228['infowindow'] = new google.maps.InfoWindow({content: $l49ce8bc3b7699446fa097fdccea14228});var infowindow = new google.maps.InfoWindow({content: $l49ce8bc3b7699446fa097fdccea14228});google.maps.event.addListener(m_49ce8bc3b7699446fa097fdccea14228, 'click', function() {infowindow.open(map,m_49ce8bc3b7699446fa097fdccea14228);});$marker.push(m_49ce8bc3b7699446fa097fdccea14228);}});}google.maps.event.addDomListener(window, 'load', initialize);