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.071,-97.0597)};var g_1c9fcae7146273d7443f5b7eac02d56d = new google.maps.Geocoder();g_1c9fcae7146273d7443f5b7eac02d56d.geocode( { 'address': "112b S Summit St, Arkansas City, KS 67005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arkansas-city-KS-trust-co-of-kansas').style.display = '';map = new google.maps.Map(document.getElementById('arkansas-city-KS-trust-co-of-kansas'), mapOptions);}document.getElementById('f883fd82').innerHTML += ' | View Map';var $l1c9fcae7146273d7443f5b7eac02d56d = '

Trust Co Of Kansas

Address: 112b S Summit St, Arkansas City, KS 67005
Phone: (620) 442-5561
';var m_1c9fcae7146273d7443f5b7eac02d56d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trust Co Of Kansas',});m_1c9fcae7146273d7443f5b7eac02d56d['infowindow'] = new google.maps.InfoWindow({content: $l1c9fcae7146273d7443f5b7eac02d56d});var infowindow = new google.maps.InfoWindow({content: $l1c9fcae7146273d7443f5b7eac02d56d});google.maps.event.addListener(m_1c9fcae7146273d7443f5b7eac02d56d, 'click', function() {infowindow.open(map,m_1c9fcae7146273d7443f5b7eac02d56d);});$marker.push(m_1c9fcae7146273d7443f5b7eac02d56d);}});}google.maps.event.addDomListener(window, 'load', initialize);