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.2712,-93.1155)};var g_7c2c98b9adfeeb7c9a5d5b0c5edc6cbd = new google.maps.Geocoder();g_7c2c98b9adfeeb7c9a5d5b0c5edc6cbd.geocode( { 'address': "213 E. Old Route 66, Strafford, MO 65757"}, 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('dae5528d').innerHTML += ' | View Map';var $l7c2c98b9adfeeb7c9a5d5b0c5edc6cbd = '

Central Bank of the Ozarks

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