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.8964,-92.2463)};var g_3bf4dd4235d084f38700c30ce1d868cc = new google.maps.Geocoder();g_3bf4dd4235d084f38700c30ce1d868cc.geocode( { 'address': "Columbia, MO"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-union-planters-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-union-planters-bank'), mapOptions);}document.getElementById('0147c7de').innerHTML += ' | View Map';var $l3bf4dd4235d084f38700c30ce1d868cc = '

Union Planters Bank

Address: Columbia, MO
Phone: (573) 876-8223
';var m_3bf4dd4235d084f38700c30ce1d868cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Planters Bank',});m_3bf4dd4235d084f38700c30ce1d868cc['infowindow'] = new google.maps.InfoWindow({content: $l3bf4dd4235d084f38700c30ce1d868cc});var infowindow = new google.maps.InfoWindow({content: $l3bf4dd4235d084f38700c30ce1d868cc});google.maps.event.addListener(m_3bf4dd4235d084f38700c30ce1d868cc, 'click', function() {infowindow.open(map,m_3bf4dd4235d084f38700c30ce1d868cc);});$marker.push(m_3bf4dd4235d084f38700c30ce1d868cc);}});}google.maps.event.addDomListener(window, 'load', initialize);