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.6751,-93.5282)};var g_96a0cc2f93365fadfcc06ba14e95fae1 = new google.maps.Geocoder();g_96a0cc2f93365fadfcc06ba14e95fae1.geocode( { 'address': "8044 W State Highway 76, Cape Fair, MO 65624"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cape-fair-MO-liberty-bank').style.display = '';map = new google.maps.Map(document.getElementById('cape-fair-MO-liberty-bank'), mapOptions);}document.getElementById('c0c08474').innerHTML += ' | View Map';var $l96a0cc2f93365fadfcc06ba14e95fae1 = '

Liberty Bank

Address: 8044 W State Highway 76, Cape Fair, MO 65624
Phone: (417) 538-0359
';var m_96a0cc2f93365fadfcc06ba14e95fae1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Bank',});m_96a0cc2f93365fadfcc06ba14e95fae1['infowindow'] = new google.maps.InfoWindow({content: $l96a0cc2f93365fadfcc06ba14e95fae1});var infowindow = new google.maps.InfoWindow({content: $l96a0cc2f93365fadfcc06ba14e95fae1});google.maps.event.addListener(m_96a0cc2f93365fadfcc06ba14e95fae1, 'click', function() {infowindow.open(map,m_96a0cc2f93365fadfcc06ba14e95fae1);});$marker.push(m_96a0cc2f93365fadfcc06ba14e95fae1);}});}google.maps.event.addDomListener(window, 'load', initialize);