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.9552,-93.5845)};var g_fe7266bbe7c8f5887825cadad65676ce = new google.maps.Geocoder();g_fe7266bbe7c8f5887825cadad65676ce.geocode( { 'address': "101 NW 2nd St, Concordia, MO 64020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concordia-MO-state-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('concordia-MO-state-bank-of-missouri'), mapOptions);}document.getElementById('bc1d149d').innerHTML += ' | View Map';var $lfe7266bbe7c8f5887825cadad65676ce = '

State Bank Of Missouri

Address: 101 NW 2nd St, Concordia, MO 64020
Phone: (660) 463-2194
';var m_fe7266bbe7c8f5887825cadad65676ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of Missouri',});m_fe7266bbe7c8f5887825cadad65676ce['infowindow'] = new google.maps.InfoWindow({content: $lfe7266bbe7c8f5887825cadad65676ce});var infowindow = new google.maps.InfoWindow({content: $lfe7266bbe7c8f5887825cadad65676ce});google.maps.event.addListener(m_fe7266bbe7c8f5887825cadad65676ce, 'click', function() {infowindow.open(map,m_fe7266bbe7c8f5887825cadad65676ce);});$marker.push(m_fe7266bbe7c8f5887825cadad65676ce);}});}google.maps.event.addDomListener(window, 'load', initialize);