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.4701,-101.753)};var g_28b9b8d4ae454f712692d67d13b18968 = new google.maps.Geocoder();g_28b9b8d4ae454f712692d67d13b18968.geocode( { 'address': "118 W Greeley Ave, Tribune, KS 67879, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tribune-KS-first-tribune-insurance').style.display = '';map = new google.maps.Map(document.getElementById('tribune-KS-first-tribune-insurance'), mapOptions);}document.getElementById('aa755689').innerHTML += ' | View Map';var $l28b9b8d4ae454f712692d67d13b18968 = '

First Tribune Insurance

Address: 118 W Greeley Ave, Tribune, KS 67879, USA
Phone: (620) 376-4239
';var m_28b9b8d4ae454f712692d67d13b18968 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Tribune Insurance',});m_28b9b8d4ae454f712692d67d13b18968['infowindow'] = new google.maps.InfoWindow({content: $l28b9b8d4ae454f712692d67d13b18968});var infowindow = new google.maps.InfoWindow({content: $l28b9b8d4ae454f712692d67d13b18968});google.maps.event.addListener(m_28b9b8d4ae454f712692d67d13b18968, 'click', function() {infowindow.open(map,m_28b9b8d4ae454f712692d67d13b18968);});$marker.push(m_28b9b8d4ae454f712692d67d13b18968);}});}google.maps.event.addDomListener(window, 'load', initialize);