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(38.191,-92.7185)};var g_e8973050bd2270db7c402559bcc48086 = new google.maps.Geocoder();g_e8973050bd2270db7c402559bcc48086.geocode( { 'address': "4467 Horseshoe Bend Pkwy, Lake Ozark, MO 65049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-ozark-MO-central-bank-of-lake-of-the-ozarks---atm').style.display = '';map = new google.maps.Map(document.getElementById('lake-ozark-MO-central-bank-of-lake-of-the-ozarks---atm'), mapOptions);}document.getElementById('da46eded').innerHTML += ' | View Map';var $le8973050bd2270db7c402559bcc48086 = '

Central Bank of Lake of the Ozarks - ATM

Address: 4467 Horseshoe Bend Pkwy, Lake Ozark, MO 65049, USA
Phone: (573) 348-2761
';var m_e8973050bd2270db7c402559bcc48086 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank of Lake of the Ozarks - ATM',});m_e8973050bd2270db7c402559bcc48086['infowindow'] = new google.maps.InfoWindow({content: $le8973050bd2270db7c402559bcc48086});var infowindow = new google.maps.InfoWindow({content: $le8973050bd2270db7c402559bcc48086});google.maps.event.addListener(m_e8973050bd2270db7c402559bcc48086, 'click', function() {infowindow.open(map,m_e8973050bd2270db7c402559bcc48086);});$marker.push(m_e8973050bd2270db7c402559bcc48086);}});}google.maps.event.addDomListener(window, 'load', initialize);