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.4351,-94.7055)};var g_8c4967fa62628e93463f33c2bbd9ee53 = new google.maps.Geocoder();g_8c4967fa62628e93463f33c2bbd9ee53.geocode( { 'address': "2805 N Broadway St, Pittsburg, KS 66762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburg-KS-labette-bank').style.display = '';map = new google.maps.Map(document.getElementById('pittsburg-KS-labette-bank'), mapOptions);}document.getElementById('c746ae0c').innerHTML += ' | View Map';var $l8c4967fa62628e93463f33c2bbd9ee53 = '

Labette Bank

Address: 2805 N Broadway St, Pittsburg, KS 66762, USA
Phone: (620) 230-0300
';var m_8c4967fa62628e93463f33c2bbd9ee53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Labette Bank',});m_8c4967fa62628e93463f33c2bbd9ee53['infowindow'] = new google.maps.InfoWindow({content: $l8c4967fa62628e93463f33c2bbd9ee53});var infowindow = new google.maps.InfoWindow({content: $l8c4967fa62628e93463f33c2bbd9ee53});google.maps.event.addListener(m_8c4967fa62628e93463f33c2bbd9ee53, 'click', function() {infowindow.open(map,m_8c4967fa62628e93463f33c2bbd9ee53);});$marker.push(m_8c4967fa62628e93463f33c2bbd9ee53);}});}google.maps.event.addDomListener(window, 'load', initialize);