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.3972,-94.7055)};var g_dab051e95224e342c166d5e019e71d82 = new google.maps.Geocoder();g_dab051e95224e342c166d5e019e71d82.geocode( { 'address': "1206 S Broadway St, Pittsburg, KS 66762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburg-KS-university-bank').style.display = '';map = new google.maps.Map(document.getElementById('pittsburg-KS-university-bank'), mapOptions);}document.getElementById('3a7ac935').innerHTML += ' | View Map';var $ldab051e95224e342c166d5e019e71d82 = '

University Bank

Address: 1206 S Broadway St, Pittsburg, KS 66762, USA
Phone: (620) 231-4200
';var m_dab051e95224e342c166d5e019e71d82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University Bank',});m_dab051e95224e342c166d5e019e71d82['infowindow'] = new google.maps.InfoWindow({content: $ldab051e95224e342c166d5e019e71d82});var infowindow = new google.maps.InfoWindow({content: $ldab051e95224e342c166d5e019e71d82});google.maps.event.addListener(m_dab051e95224e342c166d5e019e71d82, 'click', function() {infowindow.open(map,m_dab051e95224e342c166d5e019e71d82);});$marker.push(m_dab051e95224e342c166d5e019e71d82);}});}google.maps.event.addDomListener(window, 'load', initialize);