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.1085,-94.5151)};var g_aa39020baa56973363d0e17e0370a2c2 = new google.maps.Geocoder();g_aa39020baa56973363d0e17e0370a2c2.geocode( { 'address': "2350 S Range Line Rd, Joplin, MO 64804"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('joplin-MO-simmons-bank').style.display = '';map = new google.maps.Map(document.getElementById('joplin-MO-simmons-bank'), mapOptions);}document.getElementById('d00556ba').innerHTML += ' | View Map';var $laa39020baa56973363d0e17e0370a2c2 = '

Simmons Bank

Address: 2350 S Range Line Rd, Joplin, MO 64804
Phone: (417) 659-9259
';var m_aa39020baa56973363d0e17e0370a2c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simmons Bank',});m_aa39020baa56973363d0e17e0370a2c2['infowindow'] = new google.maps.InfoWindow({content: $laa39020baa56973363d0e17e0370a2c2});var infowindow = new google.maps.InfoWindow({content: $laa39020baa56973363d0e17e0370a2c2});google.maps.event.addListener(m_aa39020baa56973363d0e17e0370a2c2, 'click', function() {infowindow.open(map,m_aa39020baa56973363d0e17e0370a2c2);});$marker.push(m_aa39020baa56973363d0e17e0370a2c2);}});}google.maps.event.addDomListener(window, 'load', initialize);