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.1043,-94.597)};var g_f4923504b1a5a7c84d47f2b477769093 = new google.maps.Geocoder();g_f4923504b1a5a7c84d47f2b477769093.geocode( { 'address': "2501 McGee St, Kansas City, MO 64108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-chinquapin-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-chinquapin-trust-co'), mapOptions);}document.getElementById('8315c85f').innerHTML += ' | View Map';var $lf4923504b1a5a7c84d47f2b477769093 = '

Chinquapin Trust Co

Address: 2501 McGee St, Kansas City, MO 64108
Phone: (816) 274-5879
';var m_f4923504b1a5a7c84d47f2b477769093 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chinquapin Trust Co',});m_f4923504b1a5a7c84d47f2b477769093['infowindow'] = new google.maps.InfoWindow({content: $lf4923504b1a5a7c84d47f2b477769093});var infowindow = new google.maps.InfoWindow({content: $lf4923504b1a5a7c84d47f2b477769093});google.maps.event.addListener(m_f4923504b1a5a7c84d47f2b477769093, 'click', function() {infowindow.open(map,m_f4923504b1a5a7c84d47f2b477769093);});$marker.push(m_f4923504b1a5a7c84d47f2b477769093);}});}google.maps.event.addDomListener(window, 'load', initialize);