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_68c81a145181a6b3092221895a3fd1a9 = new google.maps.Geocoder();g_68c81a145181a6b3092221895a3fd1a9.geocode( { 'address': "8525 W Central Ave, Wichita, KS 67212"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-simmons-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-simmons-first-national-bank'), mapOptions);}document.getElementById('703c8bab').innerHTML += ' | View Map';var $l68c81a145181a6b3092221895a3fd1a9 = '

Simmons First National Bank

Address: 8525 W Central Ave, Wichita, KS 67212
Phone: (316) 729-4422
';var m_68c81a145181a6b3092221895a3fd1a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simmons First National Bank',});m_68c81a145181a6b3092221895a3fd1a9['infowindow'] = new google.maps.InfoWindow({content: $l68c81a145181a6b3092221895a3fd1a9});var infowindow = new google.maps.InfoWindow({content: $l68c81a145181a6b3092221895a3fd1a9});google.maps.event.addListener(m_68c81a145181a6b3092221895a3fd1a9, 'click', function() {infowindow.open(map,m_68c81a145181a6b3092221895a3fd1a9);});$marker.push(m_68c81a145181a6b3092221895a3fd1a9);}});}google.maps.event.addDomListener(window, 'load', initialize);