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.1192,-94.627)};var g_9d3c359bcf09ba4406bb30e314b650ab = new google.maps.Geocoder();g_9d3c359bcf09ba4406bb30e314b650ab.geocode( { 'address': "10950 Parallel Pkwy, Kansas City, KS 66109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-KS-union-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-KS-union-bank-trust-co'), mapOptions);}document.getElementById('061c6b86').innerHTML += ' | View Map';var $l9d3c359bcf09ba4406bb30e314b650ab = '

Union Bank & Trust Co

Address: 10950 Parallel Pkwy, Kansas City, KS 66109
Phone: (913) 667-8610
';var m_9d3c359bcf09ba4406bb30e314b650ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank & Trust Co',});m_9d3c359bcf09ba4406bb30e314b650ab['infowindow'] = new google.maps.InfoWindow({content: $l9d3c359bcf09ba4406bb30e314b650ab});var infowindow = new google.maps.InfoWindow({content: $l9d3c359bcf09ba4406bb30e314b650ab});google.maps.event.addListener(m_9d3c359bcf09ba4406bb30e314b650ab, 'click', function() {infowindow.open(map,m_9d3c359bcf09ba4406bb30e314b650ab);});$marker.push(m_9d3c359bcf09ba4406bb30e314b650ab);}});}google.maps.event.addDomListener(window, 'load', initialize);