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.266,-97.3997)};var g_0f77eb905a564439e5a1c0b3ba1f626c = new google.maps.Geocoder();g_0f77eb905a564439e5a1c0b3ba1f626c.geocode( { 'address': "201 W Harvey Ave, Wellington, KS 67152, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellington-KS-bank-of-commerce--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('wellington-KS-bank-of-commerce--trust-co'), mapOptions);}document.getElementById('4eba8184').innerHTML += ' | View Map';var $l0f77eb905a564439e5a1c0b3ba1f626c = '

Bank of Commerce & Trust Co

Address: 201 W Harvey Ave, Wellington, KS 67152, USA
Phone: (620) 326-7471
';var m_0f77eb905a564439e5a1c0b3ba1f626c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Commerce & Trust Co',});m_0f77eb905a564439e5a1c0b3ba1f626c['infowindow'] = new google.maps.InfoWindow({content: $l0f77eb905a564439e5a1c0b3ba1f626c});var infowindow = new google.maps.InfoWindow({content: $l0f77eb905a564439e5a1c0b3ba1f626c});google.maps.event.addListener(m_0f77eb905a564439e5a1c0b3ba1f626c, 'click', function() {infowindow.open(map,m_0f77eb905a564439e5a1c0b3ba1f626c);});$marker.push(m_0f77eb905a564439e5a1c0b3ba1f626c);}});}google.maps.event.addDomListener(window, 'load', initialize);