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.4047,-96.1824)};var g_b432ea401d98a6e72c3dd17c316a3a0a = new google.maps.Geocoder();g_b432ea401d98a6e72c3dd17c316a3a0a.geocode( { 'address': "127 W 6th Ave A, Emporia, KS 66801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emporia-KS-shelter-insurance---dave-watts').style.display = '';map = new google.maps.Map(document.getElementById('emporia-KS-shelter-insurance---dave-watts'), mapOptions);}document.getElementById('dcab89c4').innerHTML += ' | View Map';var $lb432ea401d98a6e72c3dd17c316a3a0a = '

Shelter Insurance - Dave Watts

Address: 127 W 6th Ave A, Emporia, KS 66801, USA
Phone: (620) 342-3888
';var m_b432ea401d98a6e72c3dd17c316a3a0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shelter Insurance - Dave Watts',});m_b432ea401d98a6e72c3dd17c316a3a0a['infowindow'] = new google.maps.InfoWindow({content: $lb432ea401d98a6e72c3dd17c316a3a0a});var infowindow = new google.maps.InfoWindow({content: $lb432ea401d98a6e72c3dd17c316a3a0a});google.maps.event.addListener(m_b432ea401d98a6e72c3dd17c316a3a0a, 'click', function() {infowindow.open(map,m_b432ea401d98a6e72c3dd17c316a3a0a);});$marker.push(m_b432ea401d98a6e72c3dd17c316a3a0a);}});}google.maps.event.addDomListener(window, 'load', initialize);