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.4118,-94.7045)};var g_7b7197708cea47818c61d8518d9791cd = new google.maps.Geocoder();g_7b7197708cea47818c61d8518d9791cd.geocode( { 'address': "416 N Broadway St, Pittsburg, KS 66762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburg-KS-kansas-teachers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pittsburg-KS-kansas-teachers-credit-union'), mapOptions);}document.getElementById('0b9b3c2d').innerHTML += ' | View Map';var $l7b7197708cea47818c61d8518d9791cd = '

Kansas Teachers Credit Union

Address: 416 N Broadway St, Pittsburg, KS 66762, USA
Phone: (620) 231-5719
';var m_7b7197708cea47818c61d8518d9791cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kansas Teachers Credit Union',});m_7b7197708cea47818c61d8518d9791cd['infowindow'] = new google.maps.InfoWindow({content: $l7b7197708cea47818c61d8518d9791cd});var infowindow = new google.maps.InfoWindow({content: $l7b7197708cea47818c61d8518d9791cd});google.maps.event.addListener(m_7b7197708cea47818c61d8518d9791cd, 'click', function() {infowindow.open(map,m_7b7197708cea47818c61d8518d9791cd);});$marker.push(m_7b7197708cea47818c61d8518d9791cd);}});}google.maps.event.addDomListener(window, 'load', initialize);