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.5687,-92.2239)};var g_439ff88d1d3e5284a51f00031fef3034 = new google.maps.Geocoder();g_439ff88d1d3e5284a51f00031fef3034.geocode( { 'address': "2610 Tanglewood Dr, Jefferson City, MO 65109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-city-MO-missouri-economic-development').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-city-MO-missouri-economic-development'), mapOptions);}document.getElementById('5e1f0112').innerHTML += ' | View Map';var $l439ff88d1d3e5284a51f00031fef3034 = '

Missouri Economic Development

Address: 2610 Tanglewood Dr, Jefferson City, MO 65109, USA
Phone: (573) 636-7383
';var m_439ff88d1d3e5284a51f00031fef3034 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Missouri Economic Development',});m_439ff88d1d3e5284a51f00031fef3034['infowindow'] = new google.maps.InfoWindow({content: $l439ff88d1d3e5284a51f00031fef3034});var infowindow = new google.maps.InfoWindow({content: $l439ff88d1d3e5284a51f00031fef3034});google.maps.event.addListener(m_439ff88d1d3e5284a51f00031fef3034, 'click', function() {infowindow.open(map,m_439ff88d1d3e5284a51f00031fef3034);});$marker.push(m_439ff88d1d3e5284a51f00031fef3034);}});}google.maps.event.addDomListener(window, 'load', initialize);