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(36.6409,-93.4239)};var g_eb25ab83a2f22ed730f5f67f1c5a5f2c = new google.maps.Geocoder();g_eb25ab83a2f22ed730f5f67f1c5a5f2c.geocode( { 'address': "1 Lakeshore Dr, Kimberling City, MO 65686"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kimberling-city-MO-table-rock-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('kimberling-city-MO-table-rock-community-bank'), mapOptions);}document.getElementById('eb9f452e').innerHTML += ' | View Map';var $leb25ab83a2f22ed730f5f67f1c5a5f2c = '

Table Rock Community Bank

Address: 1 Lakeshore Dr, Kimberling City, MO 65686
Phone: (417) 739-9300
';var m_eb25ab83a2f22ed730f5f67f1c5a5f2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Table Rock Community Bank',});m_eb25ab83a2f22ed730f5f67f1c5a5f2c['infowindow'] = new google.maps.InfoWindow({content: $leb25ab83a2f22ed730f5f67f1c5a5f2c});var infowindow = new google.maps.InfoWindow({content: $leb25ab83a2f22ed730f5f67f1c5a5f2c});google.maps.event.addListener(m_eb25ab83a2f22ed730f5f67f1c5a5f2c, 'click', function() {infowindow.open(map,m_eb25ab83a2f22ed730f5f67f1c5a5f2c);});$marker.push(m_eb25ab83a2f22ed730f5f67f1c5a5f2c);}});}google.maps.event.addDomListener(window, 'load', initialize);