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(36.8377,-93.48)};var g_ebc8854c9c916986d13fcdcfc039d5bd = new google.maps.Geocoder();g_ebc8854c9c916986d13fcdcfc039d5bd.geocode( { 'address': "30667 State Highway 413, Galena, MO 65656"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galena-MO-liberty-bank').style.display = '';map = new google.maps.Map(document.getElementById('galena-MO-liberty-bank'), mapOptions);}document.getElementById('26928102').innerHTML += ' | View Map';var $lebc8854c9c916986d13fcdcfc039d5bd = '

Liberty Bank

Address: 30667 State Highway 413, Galena, MO 65656
Phone: (417) 357-8700
';var m_ebc8854c9c916986d13fcdcfc039d5bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Bank',});m_ebc8854c9c916986d13fcdcfc039d5bd['infowindow'] = new google.maps.InfoWindow({content: $lebc8854c9c916986d13fcdcfc039d5bd});var infowindow = new google.maps.InfoWindow({content: $lebc8854c9c916986d13fcdcfc039d5bd});google.maps.event.addListener(m_ebc8854c9c916986d13fcdcfc039d5bd, 'click', function() {infowindow.open(map,m_ebc8854c9c916986d13fcdcfc039d5bd);});$marker.push(m_ebc8854c9c916986d13fcdcfc039d5bd);}});}google.maps.event.addDomListener(window, 'load', initialize);