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.2689,-93.1148)};var g_92124d0ee76318006e64bfe52962d826 = new google.maps.Geocoder();g_92124d0ee76318006e64bfe52962d826.geocode( { 'address': "213 Rte 66, Strafford, MO 65757, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('strafford-MO-central-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('strafford-MO-central-bank-of-the-ozarks'), mapOptions);}document.getElementById('3d7c482c').innerHTML += ' | View Map';var $l92124d0ee76318006e64bfe52962d826 = '

Central Bank of the Ozarks

Address: 213 Rte 66, Strafford, MO 65757, USA
Phone: (417) 736-3555
';var m_92124d0ee76318006e64bfe52962d826 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank of the Ozarks',});m_92124d0ee76318006e64bfe52962d826['infowindow'] = new google.maps.InfoWindow({content: $l92124d0ee76318006e64bfe52962d826});var infowindow = new google.maps.InfoWindow({content: $l92124d0ee76318006e64bfe52962d826});google.maps.event.addListener(m_92124d0ee76318006e64bfe52962d826, 'click', function() {infowindow.open(map,m_92124d0ee76318006e64bfe52962d826);});$marker.push(m_92124d0ee76318006e64bfe52962d826);}});}google.maps.event.addDomListener(window, 'load', initialize);