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.1711,-94.8435)};var g_ae31312c244536d68ea2f3ce3b342480 = new google.maps.Geocoder();g_ae31312c244536d68ea2f3ce3b342480.geocode( { 'address': "137 W Maple St, Columbus, KS 66725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-KS-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-KS-commerce-bank'), mapOptions);}document.getElementById('026c7924').innerHTML += ' | View Map';var $lae31312c244536d68ea2f3ce3b342480 = '

Commerce Bank

Address: 137 W Maple St, Columbus, KS 66725, USA
Phone: (620) 276-5600
';var m_ae31312c244536d68ea2f3ce3b342480 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_ae31312c244536d68ea2f3ce3b342480['infowindow'] = new google.maps.InfoWindow({content: $lae31312c244536d68ea2f3ce3b342480});var infowindow = new google.maps.InfoWindow({content: $lae31312c244536d68ea2f3ce3b342480});google.maps.event.addListener(m_ae31312c244536d68ea2f3ce3b342480, 'click', function() {infowindow.open(map,m_ae31312c244536d68ea2f3ce3b342480);});$marker.push(m_ae31312c244536d68ea2f3ce3b342480);}});}google.maps.event.addDomListener(window, 'load', initialize);