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(37.319,-89.5406)};var g_12efa8d36ba65a75d249aa9ceda9a1db = new google.maps.Geocoder();g_12efa8d36ba65a75d249aa9ceda9a1db.geocode( { 'address': "101 S Mount Auburn Rd, Cape Girardeau, MO 63703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cape-girardeau-MO-union-planters-bank').style.display = '';map = new google.maps.Map(document.getElementById('cape-girardeau-MO-union-planters-bank'), mapOptions);}document.getElementById('26c925d4').innerHTML += ' | View Map';var $l12efa8d36ba65a75d249aa9ceda9a1db = '

Union Planters Bank

Address: 101 S Mount Auburn Rd, Cape Girardeau, MO 63703
Phone: (573) 335-6284
';var m_12efa8d36ba65a75d249aa9ceda9a1db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Planters Bank',});m_12efa8d36ba65a75d249aa9ceda9a1db['infowindow'] = new google.maps.InfoWindow({content: $l12efa8d36ba65a75d249aa9ceda9a1db});var infowindow = new google.maps.InfoWindow({content: $l12efa8d36ba65a75d249aa9ceda9a1db});google.maps.event.addListener(m_12efa8d36ba65a75d249aa9ceda9a1db, 'click', function() {infowindow.open(map,m_12efa8d36ba65a75d249aa9ceda9a1db);});$marker.push(m_12efa8d36ba65a75d249aa9ceda9a1db);}});}google.maps.event.addDomListener(window, 'load', initialize);