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.1974,-95.3034)};var g_b98ee86215125aa5b01966e7891a4cf7 = new google.maps.Geocoder();g_b98ee86215125aa5b01966e7891a4cf7.geocode( { 'address': "202 W 4th St, Altamont, KS 67330"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altamont-KS-labette-bank').style.display = '';map = new google.maps.Map(document.getElementById('altamont-KS-labette-bank'), mapOptions);}document.getElementById('88bf1d17').innerHTML += ' | View Map';var $lb98ee86215125aa5b01966e7891a4cf7 = '

Labette Bank

Address: 202 W 4th St, Altamont, KS 67330
Phone: (620) 784-2125
';var m_b98ee86215125aa5b01966e7891a4cf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Labette Bank',});m_b98ee86215125aa5b01966e7891a4cf7['infowindow'] = new google.maps.InfoWindow({content: $lb98ee86215125aa5b01966e7891a4cf7});var infowindow = new google.maps.InfoWindow({content: $lb98ee86215125aa5b01966e7891a4cf7});google.maps.event.addListener(m_b98ee86215125aa5b01966e7891a4cf7, 'click', function() {infowindow.open(map,m_b98ee86215125aa5b01966e7891a4cf7);});$marker.push(m_b98ee86215125aa5b01966e7891a4cf7);}});}google.maps.event.addDomListener(window, 'load', initialize);