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(41.1574,-85.4908)};var g_fe4158b75b970fcac6cb191dc4deecd0 = new google.maps.Geocoder();g_fe4158b75b970fcac6cb191dc4deecd0.geocode( { 'address': "220 W Van Buren St #102, Columbia City, IN 46725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-city-IN-whitley-county-economic-dev').style.display = '';map = new google.maps.Map(document.getElementById('columbia-city-IN-whitley-county-economic-dev'), mapOptions);}document.getElementById('e682bb7f').innerHTML += ' | View Map';var $lfe4158b75b970fcac6cb191dc4deecd0 = '

Whitley County Economic Dev

Address: 220 W Van Buren St #102, Columbia City, IN 46725, USA
Phone: (260) 244-5506
';var m_fe4158b75b970fcac6cb191dc4deecd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitley County Economic Dev',});m_fe4158b75b970fcac6cb191dc4deecd0['infowindow'] = new google.maps.InfoWindow({content: $lfe4158b75b970fcac6cb191dc4deecd0});var infowindow = new google.maps.InfoWindow({content: $lfe4158b75b970fcac6cb191dc4deecd0});google.maps.event.addListener(m_fe4158b75b970fcac6cb191dc4deecd0, 'click', function() {infowindow.open(map,m_fe4158b75b970fcac6cb191dc4deecd0);});$marker.push(m_fe4158b75b970fcac6cb191dc4deecd0);}});}google.maps.event.addDomListener(window, 'load', initialize);