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(36.5371,-92.1572)};var g_137e6e2eb41d996e555ac45f249745b2 = new google.maps.Geocoder();g_137e6e2eb41d996e555ac45f249745b2.geocode( { 'address': "1813 State Highway AR, Bakersfield, MO 65609"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-MO-century-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-MO-century-bank-of-the-ozarks'), mapOptions);}document.getElementById('1e732e16').innerHTML += ' | View Map';var $l137e6e2eb41d996e555ac45f249745b2 = '

Century Bank Of The Ozarks

Address: 1813 State Highway AR, Bakersfield, MO 65609
Phone: (417) 284-3006
';var m_137e6e2eb41d996e555ac45f249745b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank Of The Ozarks',});m_137e6e2eb41d996e555ac45f249745b2['infowindow'] = new google.maps.InfoWindow({content: $l137e6e2eb41d996e555ac45f249745b2});var infowindow = new google.maps.InfoWindow({content: $l137e6e2eb41d996e555ac45f249745b2});google.maps.event.addListener(m_137e6e2eb41d996e555ac45f249745b2, 'click', function() {infowindow.open(map,m_137e6e2eb41d996e555ac45f249745b2);});$marker.push(m_137e6e2eb41d996e555ac45f249745b2);}});}google.maps.event.addDomListener(window, 'load', initialize);