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.8696,-93.6787)};var g_a1c5317ab6e82ff763aeddc490879c62 = new google.maps.Geocoder();g_a1c5317ab6e82ff763aeddc490879c62.geocode( { 'address': "1101 N Highway 13, Collins, MO 64738"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collins-MO-hawthorn-bank').style.display = '';map = new google.maps.Map(document.getElementById('collins-MO-hawthorn-bank'), mapOptions);}document.getElementById('02ada298').innerHTML += ' | View Map';var $la1c5317ab6e82ff763aeddc490879c62 = '

Hawthorn Bank

Address: 1101 N Highway 13, Collins, MO 64738
Phone: (417) 275-4352
';var m_a1c5317ab6e82ff763aeddc490879c62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawthorn Bank',});m_a1c5317ab6e82ff763aeddc490879c62['infowindow'] = new google.maps.InfoWindow({content: $la1c5317ab6e82ff763aeddc490879c62});var infowindow = new google.maps.InfoWindow({content: $la1c5317ab6e82ff763aeddc490879c62});google.maps.event.addListener(m_a1c5317ab6e82ff763aeddc490879c62, 'click', function() {infowindow.open(map,m_a1c5317ab6e82ff763aeddc490879c62);});$marker.push(m_a1c5317ab6e82ff763aeddc490879c62);}});}google.maps.event.addDomListener(window, 'load', initialize);