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.9108,-92.3295)};var g_1d4407c5dd9f2a05a626b3098df50066 = new google.maps.Geocoder();g_1d4407c5dd9f2a05a626b3098df50066.geocode( { 'address': "3610 Buttonwood Dr #100, Columbia, MO 65201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-the-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-the-bank-of-missouri'), mapOptions);}document.getElementById('639c19d8').innerHTML += ' | View Map';var $l1d4407c5dd9f2a05a626b3098df50066 = '

The Bank of Missouri

Address: 3610 Buttonwood Dr #100, Columbia, MO 65201, USA
Phone: (573) 874-4700
';var m_1d4407c5dd9f2a05a626b3098df50066 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Missouri',});m_1d4407c5dd9f2a05a626b3098df50066['infowindow'] = new google.maps.InfoWindow({content: $l1d4407c5dd9f2a05a626b3098df50066});var infowindow = new google.maps.InfoWindow({content: $l1d4407c5dd9f2a05a626b3098df50066});google.maps.event.addListener(m_1d4407c5dd9f2a05a626b3098df50066, 'click', function() {infowindow.open(map,m_1d4407c5dd9f2a05a626b3098df50066);});$marker.push(m_1d4407c5dd9f2a05a626b3098df50066);}});}google.maps.event.addDomListener(window, 'load', initialize);