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.0501,-97.4011)};var g_139023ae9b00ab7f55eb8d450793f46b = new google.maps.Geocoder();g_139023ae9b00ab7f55eb8d450793f46b.geocode( { 'address': "112 N Main St, South Haven, KS 67140, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-haven-KS-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('south-haven-KS-bank-of-commerce'), mapOptions);}document.getElementById('24670402').innerHTML += ' | View Map';var $l139023ae9b00ab7f55eb8d450793f46b = '

Bank of Commerce

Address: 112 N Main St, South Haven, KS 67140, USA
Phone: (620) 892-5291
';var m_139023ae9b00ab7f55eb8d450793f46b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Commerce',});m_139023ae9b00ab7f55eb8d450793f46b['infowindow'] = new google.maps.InfoWindow({content: $l139023ae9b00ab7f55eb8d450793f46b});var infowindow = new google.maps.InfoWindow({content: $l139023ae9b00ab7f55eb8d450793f46b});google.maps.event.addListener(m_139023ae9b00ab7f55eb8d450793f46b, 'click', function() {infowindow.open(map,m_139023ae9b00ab7f55eb8d450793f46b);});$marker.push(m_139023ae9b00ab7f55eb8d450793f46b);}});}google.maps.event.addDomListener(window, 'load', initialize);