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.8964,-92.2463)};var g_9338acdf75d9aba376431a59973effaa = new google.maps.Geocoder();g_9338acdf75d9aba376431a59973effaa.geocode( { 'address': "500 Business Loop 70 W, Columbia, MO 65203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-superior-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-superior-bank'), mapOptions);}document.getElementById('19d0f8c6').innerHTML += ' | View Map';var $l9338acdf75d9aba376431a59973effaa = '

Superior Bank

Address: 500 Business Loop 70 W, Columbia, MO 65203
Phone: (573) 886-5200
';var m_9338acdf75d9aba376431a59973effaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Bank',});m_9338acdf75d9aba376431a59973effaa['infowindow'] = new google.maps.InfoWindow({content: $l9338acdf75d9aba376431a59973effaa});var infowindow = new google.maps.InfoWindow({content: $l9338acdf75d9aba376431a59973effaa});google.maps.event.addListener(m_9338acdf75d9aba376431a59973effaa, 'click', function() {infowindow.open(map,m_9338acdf75d9aba376431a59973effaa);});$marker.push(m_9338acdf75d9aba376431a59973effaa);}});}google.maps.event.addDomListener(window, 'load', initialize);