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.1312,-93.2943)};var g_078a070b015ee414f228d88194551206 = new google.maps.Geocoder();g_078a070b015ee414f228d88194551206.geocode( { 'address': "3333 E Battlefield St, Springfield, MO 65804"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-southwest-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-southwest-community-bank'), mapOptions);}document.getElementById('783a9be6').innerHTML += ' | View Map';var $l078a070b015ee414f228d88194551206 = '

Southwest Community Bank

Address: 3333 E Battlefield St, Springfield, MO 65804
Phone: (417) 887-8422
';var m_078a070b015ee414f228d88194551206 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest Community Bank',});m_078a070b015ee414f228d88194551206['infowindow'] = new google.maps.InfoWindow({content: $l078a070b015ee414f228d88194551206});var infowindow = new google.maps.InfoWindow({content: $l078a070b015ee414f228d88194551206});google.maps.event.addListener(m_078a070b015ee414f228d88194551206, 'click', function() {infowindow.open(map,m_078a070b015ee414f228d88194551206);});$marker.push(m_078a070b015ee414f228d88194551206);}});}google.maps.event.addDomListener(window, 'load', initialize);