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(38.9383,-99.5622)};var g_b568fa559a134d38c632f013dc00e21f = new google.maps.Geocoder();g_b568fa559a134d38c632f013dc00e21f.geocode( { 'address': "11th & Washington, Ellis, KS 67637"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellis-KS-state-farm-insurance').style.display = '';map = new google.maps.Map(document.getElementById('ellis-KS-state-farm-insurance'), mapOptions);}document.getElementById('02e3a2f2').innerHTML += ' | View Map';var $lb568fa559a134d38c632f013dc00e21f = '

State Farm Insurance

Address: 11th & Washington, Ellis, KS 67637
Phone: (785) 726-4852
';var m_b568fa559a134d38c632f013dc00e21f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Farm Insurance',});m_b568fa559a134d38c632f013dc00e21f['infowindow'] = new google.maps.InfoWindow({content: $lb568fa559a134d38c632f013dc00e21f});var infowindow = new google.maps.InfoWindow({content: $lb568fa559a134d38c632f013dc00e21f});google.maps.event.addListener(m_b568fa559a134d38c632f013dc00e21f, 'click', function() {infowindow.open(map,m_b568fa559a134d38c632f013dc00e21f);});$marker.push(m_b568fa559a134d38c632f013dc00e21f);}});}google.maps.event.addDomListener(window, 'load', initialize);