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()};var g_cbbda0778454f639ae7182a4ec209142 = new google.maps.Geocoder();g_cbbda0778454f639ae7182a4ec209142.geocode( { 'address': "602 Main St, McCune, KS 66753"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccune-KS-labette-bank').style.display = '';map = new google.maps.Map(document.getElementById('mccune-KS-labette-bank'), mapOptions);}document.getElementById('5f920894').innerHTML += ' | View Map';var $lcbbda0778454f639ae7182a4ec209142 = '

Labette Bank

Address: 602 Main St, McCune, KS 66753
Phone: (620) 632-4267
';var m_cbbda0778454f639ae7182a4ec209142 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Labette Bank',});m_cbbda0778454f639ae7182a4ec209142['infowindow'] = new google.maps.InfoWindow({content: $lcbbda0778454f639ae7182a4ec209142});var infowindow = new google.maps.InfoWindow({content: $lcbbda0778454f639ae7182a4ec209142});google.maps.event.addListener(m_cbbda0778454f639ae7182a4ec209142, 'click', function() {infowindow.open(map,m_cbbda0778454f639ae7182a4ec209142);});$marker.push(m_cbbda0778454f639ae7182a4ec209142);}});}google.maps.event.addDomListener(window, 'load', initialize);