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.9292,-90.7752)};var g_f5f3968d4a6892fff1a84b93191790d3 = new google.maps.Geocoder();g_f5f3968d4a6892fff1a84b93191790d3.geocode( { 'address': "1 Walton Dr, Potosi, MO 63664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('potosi-MO-ozarks-federal-savings--loan').style.display = '';map = new google.maps.Map(document.getElementById('potosi-MO-ozarks-federal-savings--loan'), mapOptions);}document.getElementById('a1f25487').innerHTML += ' | View Map';var $lf5f3968d4a6892fff1a84b93191790d3 = '

Ozarks Federal Savings & Loan

Address: 1 Walton Dr, Potosi, MO 63664, USA
Phone: (573) 438-2193
';var m_f5f3968d4a6892fff1a84b93191790d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ozarks Federal Savings & Loan',});m_f5f3968d4a6892fff1a84b93191790d3['infowindow'] = new google.maps.InfoWindow({content: $lf5f3968d4a6892fff1a84b93191790d3});var infowindow = new google.maps.InfoWindow({content: $lf5f3968d4a6892fff1a84b93191790d3});google.maps.event.addListener(m_f5f3968d4a6892fff1a84b93191790d3, 'click', function() {infowindow.open(map,m_f5f3968d4a6892fff1a84b93191790d3);});$marker.push(m_f5f3968d4a6892fff1a84b93191790d3);}});}google.maps.event.addDomListener(window, 'load', initialize);