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.005,-93.2191)};var g_d2a3810f8e0fb576e4f600e5519c1130 = new google.maps.Geocoder();g_d2a3810f8e0fb576e4f600e5519c1130.geocode( { 'address': "S 15th St, Ozark, MO 65721, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ozark-MO-great-southern-atm').style.display = '';map = new google.maps.Map(document.getElementById('ozark-MO-great-southern-atm'), mapOptions);}document.getElementById('f3ebfa69').innerHTML += ' | View Map';var $ld2a3810f8e0fb576e4f600e5519c1130 = '

Great Southern ATM

Address: S 15th St, Ozark, MO 65721, USA
Phone:
';var m_d2a3810f8e0fb576e4f600e5519c1130 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Southern ATM',});m_d2a3810f8e0fb576e4f600e5519c1130['infowindow'] = new google.maps.InfoWindow({content: $ld2a3810f8e0fb576e4f600e5519c1130});var infowindow = new google.maps.InfoWindow({content: $ld2a3810f8e0fb576e4f600e5519c1130});google.maps.event.addListener(m_d2a3810f8e0fb576e4f600e5519c1130, 'click', function() {infowindow.open(map,m_d2a3810f8e0fb576e4f600e5519c1130);});$marker.push(m_d2a3810f8e0fb576e4f600e5519c1130);}});}google.maps.event.addDomListener(window, 'load', initialize);