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_233e89797818728019e327ab43bd4cd8 = new google.maps.Geocoder();g_233e89797818728019e327ab43bd4cd8.geocode( { 'address': "2150 N Woodrow Ave, Wichita, KS 67203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-sunwest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-sunwest-national-bank'), mapOptions);}document.getElementById('6974b867').innerHTML += ' | View Map';var $l233e89797818728019e327ab43bd4cd8 = '

Sunwest National Bank

Address: 2150 N Woodrow Ave, Wichita, KS 67203
Phone: (316) 821-9853
';var m_233e89797818728019e327ab43bd4cd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunwest National Bank',});m_233e89797818728019e327ab43bd4cd8['infowindow'] = new google.maps.InfoWindow({content: $l233e89797818728019e327ab43bd4cd8});var infowindow = new google.maps.InfoWindow({content: $l233e89797818728019e327ab43bd4cd8});google.maps.event.addListener(m_233e89797818728019e327ab43bd4cd8, 'click', function() {infowindow.open(map,m_233e89797818728019e327ab43bd4cd8);});$marker.push(m_233e89797818728019e327ab43bd4cd8);}});}google.maps.event.addDomListener(window, 'load', initialize);