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.3393,-95.2681)};var g_aec20191259fca5c3508d586c0540da3 = new google.maps.Geocoder();g_aec20191259fca5c3508d586c0540da3.geocode( { 'address': "1830 Main St, Parsons, KS 67357"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parsons-KS-commercial-bank-data-center').style.display = '';map = new google.maps.Map(document.getElementById('parsons-KS-commercial-bank-data-center'), mapOptions);}document.getElementById('171f0ad4').innerHTML += ' | View Map';var $laec20191259fca5c3508d586c0540da3 = '

Commercial Bank-Data Center

Address: 1830 Main St, Parsons, KS 67357
Phone: (620) 423-0770
';var m_aec20191259fca5c3508d586c0540da3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Bank-Data Center',});m_aec20191259fca5c3508d586c0540da3['infowindow'] = new google.maps.InfoWindow({content: $laec20191259fca5c3508d586c0540da3});var infowindow = new google.maps.InfoWindow({content: $laec20191259fca5c3508d586c0540da3});google.maps.event.addListener(m_aec20191259fca5c3508d586c0540da3, 'click', function() {infowindow.open(map,m_aec20191259fca5c3508d586c0540da3);});$marker.push(m_aec20191259fca5c3508d586c0540da3);}});}google.maps.event.addDomListener(window, 'load', initialize);