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.6363,-91.5363)};var g_a596945c40d510c7b970c2aea54f5d3d = new google.maps.Geocoder();g_a596945c40d510c7b970c2aea54f5d3d.geocode( { 'address': "1001 S Main St, Salem, MO 65560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-MO-bank-of-salem').style.display = '';map = new google.maps.Map(document.getElementById('salem-MO-bank-of-salem'), mapOptions);}document.getElementById('63f2cb21').innerHTML += ' | View Map';var $la596945c40d510c7b970c2aea54f5d3d = '

Bank of Salem

Address: 1001 S Main St, Salem, MO 65560, USA
Phone: (573) 729-3306
';var m_a596945c40d510c7b970c2aea54f5d3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Salem',});m_a596945c40d510c7b970c2aea54f5d3d['infowindow'] = new google.maps.InfoWindow({content: $la596945c40d510c7b970c2aea54f5d3d});var infowindow = new google.maps.InfoWindow({content: $la596945c40d510c7b970c2aea54f5d3d});google.maps.event.addListener(m_a596945c40d510c7b970c2aea54f5d3d, 'click', function() {infowindow.open(map,m_a596945c40d510c7b970c2aea54f5d3d);});$marker.push(m_a596945c40d510c7b970c2aea54f5d3d);}});}google.maps.event.addDomListener(window, 'load', initialize);