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.215,-93.8403)};var g_09c85b762d0d29d6151b818a56a008af = new google.maps.Geocoder();g_09c85b762d0d29d6151b818a56a008af.geocode( { 'address': "124 E Main St, Miller, MO 65707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miller-MO-great-southern-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('miller-MO-great-southern-bank-atm'), mapOptions);}document.getElementById('ee9b6237').innerHTML += ' | View Map';var $l09c85b762d0d29d6151b818a56a008af = '

Great Southern Bank ATM

Address: 124 E Main St, Miller, MO 65707, USA
Phone: (417) 452-3204
';var m_09c85b762d0d29d6151b818a56a008af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Southern Bank ATM',});m_09c85b762d0d29d6151b818a56a008af['infowindow'] = new google.maps.InfoWindow({content: $l09c85b762d0d29d6151b818a56a008af});var infowindow = new google.maps.InfoWindow({content: $l09c85b762d0d29d6151b818a56a008af});google.maps.event.addListener(m_09c85b762d0d29d6151b818a56a008af, 'click', function() {infowindow.open(map,m_09c85b762d0d29d6151b818a56a008af);});$marker.push(m_09c85b762d0d29d6151b818a56a008af);}});}google.maps.event.addDomListener(window, 'load', initialize);