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.8604,-94.013)};var g_9879bd2c9b133e742d2f16e1b066f584 = new google.maps.Geocoder();g_9879bd2c9b133e742d2f16e1b066f584.geocode( { 'address': "1406 S. Hwy 32, El Dorado Springs, MO 64744, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-dorado-springs-MO-simmons-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-dorado-springs-MO-simmons-bank'), mapOptions);}document.getElementById('f83e1faa').innerHTML += ' | View Map';var $l9879bd2c9b133e742d2f16e1b066f584 = '

Simmons Bank

Address: 1406 S. Hwy 32, El Dorado Springs, MO 64744, USA
Phone: (417) 876-3349
';var m_9879bd2c9b133e742d2f16e1b066f584 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simmons Bank',});m_9879bd2c9b133e742d2f16e1b066f584['infowindow'] = new google.maps.InfoWindow({content: $l9879bd2c9b133e742d2f16e1b066f584});var infowindow = new google.maps.InfoWindow({content: $l9879bd2c9b133e742d2f16e1b066f584});google.maps.event.addListener(m_9879bd2c9b133e742d2f16e1b066f584, 'click', function() {infowindow.open(map,m_9879bd2c9b133e742d2f16e1b066f584);});$marker.push(m_9879bd2c9b133e742d2f16e1b066f584);}});}google.maps.event.addDomListener(window, 'load', initialize);