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.5109,-94.6122)};var g_299a23a2291e2126b91d54f3601ec162 = new google.maps.Geocoder();g_299a23a2291e2126b91d54f3601ec162.geocode( { 'address': "South West City, MO"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-west-city-MO-the-corner-stone-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-west-city-MO-the-corner-stone-bank'), mapOptions);}document.getElementById('d3150f92').innerHTML += ' | View Map';var $l299a23a2291e2126b91d54f3601ec162 = '

The Corner Stone Bank

Address: South West City, MO
Phone: (417) 762-3257
';var m_299a23a2291e2126b91d54f3601ec162 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Corner Stone Bank',});m_299a23a2291e2126b91d54f3601ec162['infowindow'] = new google.maps.InfoWindow({content: $l299a23a2291e2126b91d54f3601ec162});var infowindow = new google.maps.InfoWindow({content: $l299a23a2291e2126b91d54f3601ec162});google.maps.event.addListener(m_299a23a2291e2126b91d54f3601ec162, 'click', function() {infowindow.open(map,m_299a23a2291e2126b91d54f3601ec162);});$marker.push(m_299a23a2291e2126b91d54f3601ec162);}});}google.maps.event.addDomListener(window, 'load', initialize);