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.4039,-96.1796)};var g_ea8c01f6b71b28b29442f8c726d94996 = new google.maps.Geocoder();g_ea8c01f6b71b28b29442f8c726d94996.geocode( { 'address': "12 E 5th Ave, Emporia, KS 66801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emporia-KS-emporia-main-street').style.display = '';map = new google.maps.Map(document.getElementById('emporia-KS-emporia-main-street'), mapOptions);}document.getElementById('c93c4ae5').innerHTML += ' | View Map';var $lea8c01f6b71b28b29442f8c726d94996 = '

Emporia Main Street

Address: 12 E 5th Ave, Emporia, KS 66801, USA
Phone: (620) 340-6430
';var m_ea8c01f6b71b28b29442f8c726d94996 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Emporia Main Street',});m_ea8c01f6b71b28b29442f8c726d94996['infowindow'] = new google.maps.InfoWindow({content: $lea8c01f6b71b28b29442f8c726d94996});var infowindow = new google.maps.InfoWindow({content: $lea8c01f6b71b28b29442f8c726d94996});google.maps.event.addListener(m_ea8c01f6b71b28b29442f8c726d94996, 'click', function() {infowindow.open(map,m_ea8c01f6b71b28b29442f8c726d94996);});$marker.push(m_ea8c01f6b71b28b29442f8c726d94996);}});}google.maps.event.addDomListener(window, 'load', initialize);