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.113,-92.2266)};var g_fe2628a242492229552bfb301c48d6e9 = new google.maps.Geocoder();g_fe2628a242492229552bfb301c48d6e9.geocode( { 'address': "500 Rte B, Hallsville, MO 65255, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hallsville-MO-martinsburg-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('hallsville-MO-martinsburg-bank-and-trust'), mapOptions);}document.getElementById('4d403f55').innerHTML += ' | View Map';var $lfe2628a242492229552bfb301c48d6e9 = '

Martinsburg Bank and Trust

Address: 500 Rte B, Hallsville, MO 65255, USA
Phone: (573) 696-1425
';var m_fe2628a242492229552bfb301c48d6e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martinsburg Bank and Trust',});m_fe2628a242492229552bfb301c48d6e9['infowindow'] = new google.maps.InfoWindow({content: $lfe2628a242492229552bfb301c48d6e9});var infowindow = new google.maps.InfoWindow({content: $lfe2628a242492229552bfb301c48d6e9});google.maps.event.addListener(m_fe2628a242492229552bfb301c48d6e9, 'click', function() {infowindow.open(map,m_fe2628a242492229552bfb301c48d6e9);});$marker.push(m_fe2628a242492229552bfb301c48d6e9);}});}google.maps.event.addDomListener(window, 'load', initialize);