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.0703,-93.2225)};var g_eb342a3a0ac931d601cd6f14acb4e2bd = new google.maps.Geocoder();g_eb342a3a0ac931d601cd6f14acb4e2bd.geocode( { 'address': "1607 W State Hwy J, Ozark, MO 65809, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ozark-MO-atm---central-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('ozark-MO-atm---central-bank-of-the-ozarks'), mapOptions);}document.getElementById('00887f81').innerHTML += ' | View Map';var $leb342a3a0ac931d601cd6f14acb4e2bd = '

ATM - Central Bank of the Ozarks

Address: 1607 W State Hwy J, Ozark, MO 65809, USA
Phone: (417) 881-3100
';var m_eb342a3a0ac931d601cd6f14acb4e2bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM - Central Bank of the Ozarks',});m_eb342a3a0ac931d601cd6f14acb4e2bd['infowindow'] = new google.maps.InfoWindow({content: $leb342a3a0ac931d601cd6f14acb4e2bd});var infowindow = new google.maps.InfoWindow({content: $leb342a3a0ac931d601cd6f14acb4e2bd});google.maps.event.addListener(m_eb342a3a0ac931d601cd6f14acb4e2bd, 'click', function() {infowindow.open(map,m_eb342a3a0ac931d601cd6f14acb4e2bd);});$marker.push(m_eb342a3a0ac931d601cd6f14acb4e2bd);}});}google.maps.event.addDomListener(window, 'load', initialize);