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(37.0838,-94.46)};var g_bfe9a642240260021dc1a9f0ec8987f0 = new google.maps.Geocoder();g_bfe9a642240260021dc1a9f0ec8987f0.geocode( { 'address': "3929 E 7th St A, Joplin, MO 64801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('joplin-MO-district-7-highway-cu').style.display = '';map = new google.maps.Map(document.getElementById('joplin-MO-district-7-highway-cu'), mapOptions);}document.getElementById('4c85e5d1').innerHTML += ' | View Map';var $lbfe9a642240260021dc1a9f0ec8987f0 = '

District 7 Highway Cu

Address: 3929 E 7th St A, Joplin, MO 64801, USA
Phone: (417) 659-6013
';var m_bfe9a642240260021dc1a9f0ec8987f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'District 7 Highway Cu',});m_bfe9a642240260021dc1a9f0ec8987f0['infowindow'] = new google.maps.InfoWindow({content: $lbfe9a642240260021dc1a9f0ec8987f0});var infowindow = new google.maps.InfoWindow({content: $lbfe9a642240260021dc1a9f0ec8987f0});google.maps.event.addListener(m_bfe9a642240260021dc1a9f0ec8987f0, 'click', function() {infowindow.open(map,m_bfe9a642240260021dc1a9f0ec8987f0);});$marker.push(m_bfe9a642240260021dc1a9f0ec8987f0);}});}google.maps.event.addDomListener(window, 'load', initialize);