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(37.6454,-91.5363)};var g_c1fb11cad73eaf23ee236ed67e04a36e = new google.maps.Geocoder();g_c1fb11cad73eaf23ee236ed67e04a36e.geocode( { 'address': "100 W 4th St, Salem, MO 65560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-MO-salem-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('salem-MO-salem-bancshares-inc'), mapOptions);}document.getElementById('6210d738').innerHTML += ' | View Map';var $lc1fb11cad73eaf23ee236ed67e04a36e = '

Salem Bancshares Inc

Address: 100 W 4th St, Salem, MO 65560, USA
Phone: (573) 729-3137
';var m_c1fb11cad73eaf23ee236ed67e04a36e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salem Bancshares Inc',});m_c1fb11cad73eaf23ee236ed67e04a36e['infowindow'] = new google.maps.InfoWindow({content: $lc1fb11cad73eaf23ee236ed67e04a36e});var infowindow = new google.maps.InfoWindow({content: $lc1fb11cad73eaf23ee236ed67e04a36e});google.maps.event.addListener(m_c1fb11cad73eaf23ee236ed67e04a36e, 'click', function() {infowindow.open(map,m_c1fb11cad73eaf23ee236ed67e04a36e);});$marker.push(m_c1fb11cad73eaf23ee236ed67e04a36e);}});}google.maps.event.addDomListener(window, 'load', initialize);