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.0612,-94.4755)};var g_50c8605a3da3010420f88be79d413c9e = new google.maps.Geocoder();g_50c8605a3da3010420f88be79d413c9e.geocode( { 'address': "8959 US-40, Kansas City, MO 64129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-union-bank'), mapOptions);}document.getElementById('b677d8d1').innerHTML += ' | View Map';var $l50c8605a3da3010420f88be79d413c9e = '

Union Bank

Address: 8959 US-40, Kansas City, MO 64129, USA
Phone: (816) 763-4400
';var m_50c8605a3da3010420f88be79d413c9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_50c8605a3da3010420f88be79d413c9e['infowindow'] = new google.maps.InfoWindow({content: $l50c8605a3da3010420f88be79d413c9e});var infowindow = new google.maps.InfoWindow({content: $l50c8605a3da3010420f88be79d413c9e});google.maps.event.addListener(m_50c8605a3da3010420f88be79d413c9e, 'click', function() {infowindow.open(map,m_50c8605a3da3010420f88be79d413c9e);});$marker.push(m_50c8605a3da3010420f88be79d413c9e);}});}google.maps.event.addDomListener(window, 'load', initialize);