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.6897,-97.0782)};var g_9895b228de54f61cf02c48f77929a3d8 = new google.maps.Geocoder();g_9895b228de54f61cf02c48f77929a3d8.geocode( { 'address': "112 N Main St, Hope, KS 67451, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hope-KS-coup--emig-insurance-llc').style.display = '';map = new google.maps.Map(document.getElementById('hope-KS-coup--emig-insurance-llc'), mapOptions);}document.getElementById('a09aef3b').innerHTML += ' | View Map';var $l9895b228de54f61cf02c48f77929a3d8 = '

Coup & Emig Insurance LLC

Address: 112 N Main St, Hope, KS 67451, USA
Phone: (785) 366-7225
';var m_9895b228de54f61cf02c48f77929a3d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coup & Emig Insurance LLC',});m_9895b228de54f61cf02c48f77929a3d8['infowindow'] = new google.maps.InfoWindow({content: $l9895b228de54f61cf02c48f77929a3d8});var infowindow = new google.maps.InfoWindow({content: $l9895b228de54f61cf02c48f77929a3d8});google.maps.event.addListener(m_9895b228de54f61cf02c48f77929a3d8, 'click', function() {infowindow.open(map,m_9895b228de54f61cf02c48f77929a3d8);});$marker.push(m_9895b228de54f61cf02c48f77929a3d8);}});}google.maps.event.addDomListener(window, 'load', initialize);