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.6664,-86.9012)};var g_de5ce16de08ad5c881b57d5570a320b0 = new google.maps.Geocoder();g_de5ce16de08ad5c881b57d5570a320b0.geocode( { 'address': "1315 Southwind Dr, Michigan City, IN 46360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-city-IN-laporte-community-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('michigan-city-IN-laporte-community-fed-cu'), mapOptions);}document.getElementById('d72f8ac7').innerHTML += ' | View Map';var $lde5ce16de08ad5c881b57d5570a320b0 = '

Laporte Community Fed Cu

Address: 1315 Southwind Dr, Michigan City, IN 46360, USA
Phone: (219) 879-1920
';var m_de5ce16de08ad5c881b57d5570a320b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Laporte Community Fed Cu',});m_de5ce16de08ad5c881b57d5570a320b0['infowindow'] = new google.maps.InfoWindow({content: $lde5ce16de08ad5c881b57d5570a320b0});var infowindow = new google.maps.InfoWindow({content: $lde5ce16de08ad5c881b57d5570a320b0});google.maps.event.addListener(m_de5ce16de08ad5c881b57d5570a320b0, 'click', function() {infowindow.open(map,m_de5ce16de08ad5c881b57d5570a320b0);});$marker.push(m_de5ce16de08ad5c881b57d5570a320b0);}});}google.maps.event.addDomListener(window, 'load', initialize);