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.6882,-97.343)};var g_b9cb90ded76b1da4a32a8e0b4c112950 = new google.maps.Geocoder();g_b9cb90ded76b1da4a32a8e0b4c112950.geocode( { 'address': "2073 N Webb Rd, Wichita, KS 67206"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-sunflower-bank-wichita').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-sunflower-bank-wichita'), mapOptions);}document.getElementById('7442fa29').innerHTML += ' | View Map';var $lb9cb90ded76b1da4a32a8e0b4c112950 = '

Sunflower Bank Wichita

Address: 2073 N Webb Rd, Wichita, KS 67206
Phone: (316) 685-5441
';var m_b9cb90ded76b1da4a32a8e0b4c112950 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunflower Bank Wichita',});m_b9cb90ded76b1da4a32a8e0b4c112950['infowindow'] = new google.maps.InfoWindow({content: $lb9cb90ded76b1da4a32a8e0b4c112950});var infowindow = new google.maps.InfoWindow({content: $lb9cb90ded76b1da4a32a8e0b4c112950});google.maps.event.addListener(m_b9cb90ded76b1da4a32a8e0b4c112950, 'click', function() {infowindow.open(map,m_b9cb90ded76b1da4a32a8e0b4c112950);});$marker.push(m_b9cb90ded76b1da4a32a8e0b4c112950);}});}google.maps.event.addDomListener(window, 'load', initialize);