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(39.3066,-94.9284)};var g_acb4d7e0ad916ab7baa0f27ecdee38ca = new google.maps.Geocoder();g_acb4d7e0ad916ab7baa0f27ecdee38ca.geocode( { 'address': "5151 S 4th St, Leavenworth, KS 66048"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leavenworth-KS-trust-co-of-kansas').style.display = '';map = new google.maps.Map(document.getElementById('leavenworth-KS-trust-co-of-kansas'), mapOptions);}document.getElementById('fed4c5d0').innerHTML += ' | View Map';var $lacb4d7e0ad916ab7baa0f27ecdee38ca = '

Trust Co Of Kansas

Address: 5151 S 4th St, Leavenworth, KS 66048
Phone: (913) 758-1111
';var m_acb4d7e0ad916ab7baa0f27ecdee38ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trust Co Of Kansas',});m_acb4d7e0ad916ab7baa0f27ecdee38ca['infowindow'] = new google.maps.InfoWindow({content: $lacb4d7e0ad916ab7baa0f27ecdee38ca});var infowindow = new google.maps.InfoWindow({content: $lacb4d7e0ad916ab7baa0f27ecdee38ca});google.maps.event.addListener(m_acb4d7e0ad916ab7baa0f27ecdee38ca, 'click', function() {infowindow.open(map,m_acb4d7e0ad916ab7baa0f27ecdee38ca);});$marker.push(m_acb4d7e0ad916ab7baa0f27ecdee38ca);}});}google.maps.event.addDomListener(window, 'load', initialize);