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.4048,-96.2024)};var g_f6bb36049c3b42a62dfa88c46e0f79d2 = new google.maps.Geocoder();g_f6bb36049c3b42a62dfa88c46e0f79d2.geocode( { 'address': "1803 W 6th Ave, Emporia, KS 66801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emporia-KS-shelter-insurance---daryl-polzin').style.display = '';map = new google.maps.Map(document.getElementById('emporia-KS-shelter-insurance---daryl-polzin'), mapOptions);}document.getElementById('556af6aa').innerHTML += ' | View Map';var $lf6bb36049c3b42a62dfa88c46e0f79d2 = '

Shelter Insurance - Daryl Polzin

Address: 1803 W 6th Ave, Emporia, KS 66801, USA
Phone: (620) 343-7031
';var m_f6bb36049c3b42a62dfa88c46e0f79d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shelter Insurance - Daryl Polzin',});m_f6bb36049c3b42a62dfa88c46e0f79d2['infowindow'] = new google.maps.InfoWindow({content: $lf6bb36049c3b42a62dfa88c46e0f79d2});var infowindow = new google.maps.InfoWindow({content: $lf6bb36049c3b42a62dfa88c46e0f79d2});google.maps.event.addListener(m_f6bb36049c3b42a62dfa88c46e0f79d2, 'click', function() {infowindow.open(map,m_f6bb36049c3b42a62dfa88c46e0f79d2);});$marker.push(m_f6bb36049c3b42a62dfa88c46e0f79d2);}});}google.maps.event.addDomListener(window, 'load', initialize);