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.4296,-90.9985)};var g_a378639e568c435f8d7e9589c6bad6c0 = new google.maps.Geocoder();g_a378639e568c435f8d7e9589c6bad6c0.geocode( { 'address': "15 E Main St, Union, MO 63084"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-MO-united-bank-of-union').style.display = '';map = new google.maps.Map(document.getElementById('union-MO-united-bank-of-union'), mapOptions);}document.getElementById('f2e36c3b').innerHTML += ' | View Map';var $la378639e568c435f8d7e9589c6bad6c0 = '

United Bank Of Union

Address: 15 E Main St, Union, MO 63084
Phone: (636) 583-2555
';var m_a378639e568c435f8d7e9589c6bad6c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank Of Union',});m_a378639e568c435f8d7e9589c6bad6c0['infowindow'] = new google.maps.InfoWindow({content: $la378639e568c435f8d7e9589c6bad6c0});var infowindow = new google.maps.InfoWindow({content: $la378639e568c435f8d7e9589c6bad6c0});google.maps.event.addListener(m_a378639e568c435f8d7e9589c6bad6c0, 'click', function() {infowindow.open(map,m_a378639e568c435f8d7e9589c6bad6c0);});$marker.push(m_a378639e568c435f8d7e9589c6bad6c0);}});}google.maps.event.addDomListener(window, 'load', initialize);