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.6365,-91.5445)};var g_9357afc7f736ada70e68c8e9704543ef = new google.maps.Geocoder();g_9357afc7f736ada70e68c8e9704543ef.geocode( { 'address': "904 W Scenic Rivers Blvd, Salem, MO 65560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-MO-progressive-ozark-bank').style.display = '';map = new google.maps.Map(document.getElementById('salem-MO-progressive-ozark-bank'), mapOptions);}document.getElementById('15ca5466').innerHTML += ' | View Map';var $l9357afc7f736ada70e68c8e9704543ef = '

Progressive Ozark Bank

Address: 904 W Scenic Rivers Blvd, Salem, MO 65560, USA
Phone: (573) 729-4146
';var m_9357afc7f736ada70e68c8e9704543ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Progressive Ozark Bank',});m_9357afc7f736ada70e68c8e9704543ef['infowindow'] = new google.maps.InfoWindow({content: $l9357afc7f736ada70e68c8e9704543ef});var infowindow = new google.maps.InfoWindow({content: $l9357afc7f736ada70e68c8e9704543ef});google.maps.event.addListener(m_9357afc7f736ada70e68c8e9704543ef, 'click', function() {infowindow.open(map,m_9357afc7f736ada70e68c8e9704543ef);});$marker.push(m_9357afc7f736ada70e68c8e9704543ef);}});}google.maps.event.addDomListener(window, 'load', initialize);