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.4604,-93.1416)};var g_5d430acb74ac2a69483d1df68b5e6c88 = new google.maps.Geocoder();g_5d430acb74ac2a69483d1df68b5e6c88.geocode( { 'address': "Hwy 65 and 215, Fair Grove, MO 65648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-grove-MO-atm---central-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('fair-grove-MO-atm---central-bank-of-the-ozarks'), mapOptions);}document.getElementById('a6766a2e').innerHTML += ' | View Map';var $l5d430acb74ac2a69483d1df68b5e6c88 = '

ATM - Central Bank of the Ozarks

Address: Hwy 65 and 215, Fair Grove, MO 65648, USA
Phone: (417) 881-3100
';var m_5d430acb74ac2a69483d1df68b5e6c88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM - Central Bank of the Ozarks',});m_5d430acb74ac2a69483d1df68b5e6c88['infowindow'] = new google.maps.InfoWindow({content: $l5d430acb74ac2a69483d1df68b5e6c88});var infowindow = new google.maps.InfoWindow({content: $l5d430acb74ac2a69483d1df68b5e6c88});google.maps.event.addListener(m_5d430acb74ac2a69483d1df68b5e6c88, 'click', function() {infowindow.open(map,m_5d430acb74ac2a69483d1df68b5e6c88);});$marker.push(m_5d430acb74ac2a69483d1df68b5e6c88);}});}google.maps.event.addDomListener(window, 'load', initialize);