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.6149,-97.4817)};var g_c1e2fb63ec6b289b37d50425a018c197 = new google.maps.Geocoder();g_c1e2fb63ec6b289b37d50425a018c197.geocode( { 'address': "12000 W K42 Hwy, Wichita, KS 67227, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-farmers--merchants-state-bank--insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-farmers--merchants-state-bank--insurance-agency'), mapOptions);}document.getElementById('7dbe7af1').innerHTML += ' | View Map';var $lc1e2fb63ec6b289b37d50425a018c197 = '

Farmers & Merchants State Bank & Insurance Agency

Address: 12000 W K42 Hwy, Wichita, KS 67227, USA
Phone: (316) 524-2400
';var m_c1e2fb63ec6b289b37d50425a018c197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank & Insurance Agency',});m_c1e2fb63ec6b289b37d50425a018c197['infowindow'] = new google.maps.InfoWindow({content: $lc1e2fb63ec6b289b37d50425a018c197});var infowindow = new google.maps.InfoWindow({content: $lc1e2fb63ec6b289b37d50425a018c197});google.maps.event.addListener(m_c1e2fb63ec6b289b37d50425a018c197, 'click', function() {infowindow.open(map,m_c1e2fb63ec6b289b37d50425a018c197);});$marker.push(m_c1e2fb63ec6b289b37d50425a018c197);}});}google.maps.event.addDomListener(window, 'load', initialize);