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(38.6081,-90.5666)};var g_76e2d26f0496e090a9ad7d94c3128e2a = new google.maps.Geocoder();g_76e2d26f0496e090a9ad7d94c3128e2a.geocode( { 'address': "15400 Clayton Rd, Ballwin, MO 63011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ballwin-MO-umb-bank').style.display = '';map = new google.maps.Map(document.getElementById('ballwin-MO-umb-bank'), mapOptions);}document.getElementById('5039ffa2').innerHTML += ' | View Map';var $l76e2d26f0496e090a9ad7d94c3128e2a = '

UMB Bank

Address: 15400 Clayton Rd, Ballwin, MO 63011, USA
Phone: (636) 527-2400
';var m_76e2d26f0496e090a9ad7d94c3128e2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UMB Bank',});m_76e2d26f0496e090a9ad7d94c3128e2a['infowindow'] = new google.maps.InfoWindow({content: $l76e2d26f0496e090a9ad7d94c3128e2a});var infowindow = new google.maps.InfoWindow({content: $l76e2d26f0496e090a9ad7d94c3128e2a});google.maps.event.addListener(m_76e2d26f0496e090a9ad7d94c3128e2a, 'click', function() {infowindow.open(map,m_76e2d26f0496e090a9ad7d94c3128e2a);});$marker.push(m_76e2d26f0496e090a9ad7d94c3128e2a);}});}google.maps.event.addDomListener(window, 'load', initialize);