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.6797,-97.4643)};var g_1881550f21c95246e1757a28068b0f57 = new google.maps.Geocoder();g_1881550f21c95246e1757a28068b0f57.geocode( { 'address': "10526 W Maple St, Wichita, KS 67209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-garden-plain-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-garden-plain-state-bank'), mapOptions);}document.getElementById('2ff6ddeb').innerHTML += ' | View Map';var $l1881550f21c95246e1757a28068b0f57 = '

Garden Plain State Bank

Address: 10526 W Maple St, Wichita, KS 67209, USA
Phone: (316) 721-1500
';var m_1881550f21c95246e1757a28068b0f57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Garden Plain State Bank',});m_1881550f21c95246e1757a28068b0f57['infowindow'] = new google.maps.InfoWindow({content: $l1881550f21c95246e1757a28068b0f57});var infowindow = new google.maps.InfoWindow({content: $l1881550f21c95246e1757a28068b0f57});google.maps.event.addListener(m_1881550f21c95246e1757a28068b0f57, 'click', function() {infowindow.open(map,m_1881550f21c95246e1757a28068b0f57);});$marker.push(m_1881550f21c95246e1757a28068b0f57);}});}google.maps.event.addDomListener(window, 'load', initialize);