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(38.5295,-93.525)};var g_28bdfd5f057764b54c38770f95c69f2f = new google.maps.Geocoder();g_28bdfd5f057764b54c38770f95c69f2f.geocode( { 'address': "125 S Main St, Windsor, MO 65360"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-MO-hawthorn-bank').style.display = '';map = new google.maps.Map(document.getElementById('windsor-MO-hawthorn-bank'), mapOptions);}document.getElementById('b6e66ad9').innerHTML += ' | View Map';var $l28bdfd5f057764b54c38770f95c69f2f = '

Hawthorn Bank

Address: 125 S Main St, Windsor, MO 65360
Phone: (660) 647-0195
';var m_28bdfd5f057764b54c38770f95c69f2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawthorn Bank',});m_28bdfd5f057764b54c38770f95c69f2f['infowindow'] = new google.maps.InfoWindow({content: $l28bdfd5f057764b54c38770f95c69f2f});var infowindow = new google.maps.InfoWindow({content: $l28bdfd5f057764b54c38770f95c69f2f});google.maps.event.addListener(m_28bdfd5f057764b54c38770f95c69f2f, 'click', function() {infowindow.open(map,m_28bdfd5f057764b54c38770f95c69f2f);});$marker.push(m_28bdfd5f057764b54c38770f95c69f2f);}});}google.maps.event.addDomListener(window, 'load', initialize);