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.0106,-92.7416)};var g_2ec665f4ab6a47f191ee9ddbd5fe051d = new google.maps.Geocoder();g_2ec665f4ab6a47f191ee9ddbd5fe051d.geocode( { 'address': "E, 226-B US-54, Camdenton, MO 65020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camdenton-MO-heritage-bank-of-the-ozarks-camdenton-branch').style.display = '';map = new google.maps.Map(document.getElementById('camdenton-MO-heritage-bank-of-the-ozarks-camdenton-branch'), mapOptions);}document.getElementById('9099812d').innerHTML += ' | View Map';var $l2ec665f4ab6a47f191ee9ddbd5fe051d = '

Heritage Bank of the Ozarks-Camdenton branch

Address: E, 226-B US-54, Camdenton, MO 65020, USA
Phone: (573) 346-7765
';var m_2ec665f4ab6a47f191ee9ddbd5fe051d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank of the Ozarks-Camdenton branch',});m_2ec665f4ab6a47f191ee9ddbd5fe051d['infowindow'] = new google.maps.InfoWindow({content: $l2ec665f4ab6a47f191ee9ddbd5fe051d});var infowindow = new google.maps.InfoWindow({content: $l2ec665f4ab6a47f191ee9ddbd5fe051d});google.maps.event.addListener(m_2ec665f4ab6a47f191ee9ddbd5fe051d, 'click', function() {infowindow.open(map,m_2ec665f4ab6a47f191ee9ddbd5fe051d);});$marker.push(m_2ec665f4ab6a47f191ee9ddbd5fe051d);}});}google.maps.event.addDomListener(window, 'load', initialize);