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.271,-84.9871)};var g_0d3886ec9d291a32ec11b30bc031c552 = new google.maps.Geocoder();g_0d3886ec9d291a32ec11b30bc031c552.geocode( { 'address': "15877 W Michigan Ave, Marshall, MI 49068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-MI-kellogg-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('marshall-MI-kellogg-community-credit-union'), mapOptions);}document.getElementById('c77888fa').innerHTML += ' | View Map';var $l0d3886ec9d291a32ec11b30bc031c552 = '

Kellogg Community Credit Union

Address: 15877 W Michigan Ave, Marshall, MI 49068, USA
Phone: (269) 781-4380
';var m_0d3886ec9d291a32ec11b30bc031c552 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kellogg Community Credit Union',});m_0d3886ec9d291a32ec11b30bc031c552['infowindow'] = new google.maps.InfoWindow({content: $l0d3886ec9d291a32ec11b30bc031c552});var infowindow = new google.maps.InfoWindow({content: $l0d3886ec9d291a32ec11b30bc031c552});google.maps.event.addListener(m_0d3886ec9d291a32ec11b30bc031c552, 'click', function() {infowindow.open(map,m_0d3886ec9d291a32ec11b30bc031c552);});$marker.push(m_0d3886ec9d291a32ec11b30bc031c552);}});}google.maps.event.addDomListener(window, 'load', initialize);