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.5603,-94.52)};var g_b0bf8b3daf61246d13276dc8dcdfb87d = new google.maps.Geocoder();g_b0bf8b3daf61246d13276dc8dcdfb87d.geocode( { 'address': "134 Main St, Liberal, MO 64762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberal-MO-bank-of-minden').style.display = '';map = new google.maps.Map(document.getElementById('liberal-MO-bank-of-minden'), mapOptions);}document.getElementById('19a88689').innerHTML += ' | View Map';var $lb0bf8b3daf61246d13276dc8dcdfb87d = '

Bank of Minden

Address: 134 Main St, Liberal, MO 64762, USA
Phone: (417) 843-6445
';var m_b0bf8b3daf61246d13276dc8dcdfb87d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Minden',});m_b0bf8b3daf61246d13276dc8dcdfb87d['infowindow'] = new google.maps.InfoWindow({content: $lb0bf8b3daf61246d13276dc8dcdfb87d});var infowindow = new google.maps.InfoWindow({content: $lb0bf8b3daf61246d13276dc8dcdfb87d});google.maps.event.addListener(m_b0bf8b3daf61246d13276dc8dcdfb87d, 'click', function() {infowindow.open(map,m_b0bf8b3daf61246d13276dc8dcdfb87d);});$marker.push(m_b0bf8b3daf61246d13276dc8dcdfb87d);}});}google.maps.event.addDomListener(window, 'load', initialize);