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.3538,-98.5812)};var g_ce20dbd3b7183308120361ad378995eb = new google.maps.Geocoder();g_ce20dbd3b7183308120361ad378995eb.geocode( { 'address': "16 N Main St, Ellinwood, KS 67526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellinwood-KS-jensen-associates-inc-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('ellinwood-KS-jensen-associates-inc-insurance-agency'), mapOptions);}document.getElementById('eb228d97').innerHTML += ' | View Map';var $lce20dbd3b7183308120361ad378995eb = '

Jensen Associates Inc. Insurance Agency

Address: 16 N Main St, Ellinwood, KS 67526, USA
Phone: (620) 564-2020
';var m_ce20dbd3b7183308120361ad378995eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jensen Associates Inc. Insurance Agency',});m_ce20dbd3b7183308120361ad378995eb['infowindow'] = new google.maps.InfoWindow({content: $lce20dbd3b7183308120361ad378995eb});var infowindow = new google.maps.InfoWindow({content: $lce20dbd3b7183308120361ad378995eb});google.maps.event.addListener(m_ce20dbd3b7183308120361ad378995eb, 'click', function() {infowindow.open(map,m_ce20dbd3b7183308120361ad378995eb);});$marker.push(m_ce20dbd3b7183308120361ad378995eb);}});}google.maps.event.addDomListener(window, 'load', initialize);