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(42.2232,-84.4034)};var g_c020186dd35c748fa9be4349ac5f7617 = new google.maps.Geocoder();g_c020186dd35c748fa9be4349ac5f7617.geocode( { 'address': "2320 Francis St, Jackson, MI 49203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-MI-jackson-city-county-cu').style.display = '';map = new google.maps.Map(document.getElementById('jackson-MI-jackson-city-county-cu'), mapOptions);}document.getElementById('4629881d').innerHTML += ' | View Map';var $lc020186dd35c748fa9be4349ac5f7617 = '

Jackson City-County Cu

Address: 2320 Francis St, Jackson, MI 49203, USA
Phone: (517) 787-7390
';var m_c020186dd35c748fa9be4349ac5f7617 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jackson City-County Cu',});m_c020186dd35c748fa9be4349ac5f7617['infowindow'] = new google.maps.InfoWindow({content: $lc020186dd35c748fa9be4349ac5f7617});var infowindow = new google.maps.InfoWindow({content: $lc020186dd35c748fa9be4349ac5f7617});google.maps.event.addListener(m_c020186dd35c748fa9be4349ac5f7617, 'click', function() {infowindow.open(map,m_c020186dd35c748fa9be4349ac5f7617);});$marker.push(m_c020186dd35c748fa9be4349ac5f7617);}});}google.maps.event.addDomListener(window, 'load', initialize);