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.3465,-98.2036)};var g_1000bdd9dc4f3e5599ebcca8e966d5a2 = new google.maps.Geocoder();g_1000bdd9dc4f3e5599ebcca8e966d5a2.geocode( { 'address': "201 East Ave S, Lyons, KS 67554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyons-KS-first-group-insurance').style.display = '';map = new google.maps.Map(document.getElementById('lyons-KS-first-group-insurance'), mapOptions);}document.getElementById('a6b88c7c').innerHTML += ' | View Map';var $l1000bdd9dc4f3e5599ebcca8e966d5a2 = '

First Group Insurance

Address: 201 East Ave S, Lyons, KS 67554, USA
Phone: (620) 257-3521
';var m_1000bdd9dc4f3e5599ebcca8e966d5a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Group Insurance',});m_1000bdd9dc4f3e5599ebcca8e966d5a2['infowindow'] = new google.maps.InfoWindow({content: $l1000bdd9dc4f3e5599ebcca8e966d5a2});var infowindow = new google.maps.InfoWindow({content: $l1000bdd9dc4f3e5599ebcca8e966d5a2});google.maps.event.addListener(m_1000bdd9dc4f3e5599ebcca8e966d5a2, 'click', function() {infowindow.open(map,m_1000bdd9dc4f3e5599ebcca8e966d5a2);});$marker.push(m_1000bdd9dc4f3e5599ebcca8e966d5a2);}});}google.maps.event.addDomListener(window, 'load', initialize);