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_ddfa8a1fa86914072eb6e3e55c253856 = new google.maps.Geocoder();g_ddfa8a1fa86914072eb6e3e55c253856.geocode( { 'address': "321 W Battlefield St, Springfield, MO 65807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-hawthorn-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-hawthorn-bank'), mapOptions);}document.getElementById('60db5bfb').innerHTML += ' | View Map';var $lddfa8a1fa86914072eb6e3e55c253856 = '

Hawthorn Bank

Address: 321 W Battlefield St, Springfield, MO 65807
Phone: (417) 889-9191
';var m_ddfa8a1fa86914072eb6e3e55c253856 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawthorn Bank',});m_ddfa8a1fa86914072eb6e3e55c253856['infowindow'] = new google.maps.InfoWindow({content: $lddfa8a1fa86914072eb6e3e55c253856});var infowindow = new google.maps.InfoWindow({content: $lddfa8a1fa86914072eb6e3e55c253856});google.maps.event.addListener(m_ddfa8a1fa86914072eb6e3e55c253856, 'click', function() {infowindow.open(map,m_ddfa8a1fa86914072eb6e3e55c253856);});$marker.push(m_ddfa8a1fa86914072eb6e3e55c253856);}});}google.maps.event.addDomListener(window, 'load', initialize);