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(39.7968,-94.8127)};var g_1f38b4b24fe91d6e51c5ea2ba6a6c65d = new google.maps.Geocoder();g_1f38b4b24fe91d6e51c5ea2ba6a6c65d.geocode( { 'address': "3011B N Belt Hwy, St Joseph, MO 64506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-joseph-MO-district-one-highway-cu').style.display = '';map = new google.maps.Map(document.getElementById('saint-joseph-MO-district-one-highway-cu'), mapOptions);}document.getElementById('84998953').innerHTML += ' | View Map';var $l1f38b4b24fe91d6e51c5ea2ba6a6c65d = '

District One Highway CU

Address: 3011B N Belt Hwy, St Joseph, MO 64506, USA
Phone: (816) 387-2423
';var m_1f38b4b24fe91d6e51c5ea2ba6a6c65d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'District One Highway CU',});m_1f38b4b24fe91d6e51c5ea2ba6a6c65d['infowindow'] = new google.maps.InfoWindow({content: $l1f38b4b24fe91d6e51c5ea2ba6a6c65d});var infowindow = new google.maps.InfoWindow({content: $l1f38b4b24fe91d6e51c5ea2ba6a6c65d});google.maps.event.addListener(m_1f38b4b24fe91d6e51c5ea2ba6a6c65d, 'click', function() {infowindow.open(map,m_1f38b4b24fe91d6e51c5ea2ba6a6c65d);});$marker.push(m_1f38b4b24fe91d6e51c5ea2ba6a6c65d);}});}google.maps.event.addDomListener(window, 'load', initialize);