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.7134,-85.9715)};var g_ea46ddfb30f6f8a51d90ce9fa816a8cb = new google.maps.Geocoder();g_ea46ddfb30f6f8a51d90ce9fa816a8cb.geocode( { 'address': "2110 Cassopolis St, Elkhart, IN 46514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkhart-IN-communitywide-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('elkhart-IN-communitywide-federal-credit-union'), mapOptions);}document.getElementById('d50080d4').innerHTML += ' | View Map';var $lea46ddfb30f6f8a51d90ce9fa816a8cb = '

CommunityWide Federal Credit Union

Address: 2110 Cassopolis St, Elkhart, IN 46514, USA
Phone: (574) 239-2700
';var m_ea46ddfb30f6f8a51d90ce9fa816a8cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CommunityWide Federal Credit Union',});m_ea46ddfb30f6f8a51d90ce9fa816a8cb['infowindow'] = new google.maps.InfoWindow({content: $lea46ddfb30f6f8a51d90ce9fa816a8cb});var infowindow = new google.maps.InfoWindow({content: $lea46ddfb30f6f8a51d90ce9fa816a8cb});google.maps.event.addListener(m_ea46ddfb30f6f8a51d90ce9fa816a8cb, 'click', function() {infowindow.open(map,m_ea46ddfb30f6f8a51d90ce9fa816a8cb);});$marker.push(m_ea46ddfb30f6f8a51d90ce9fa816a8cb);}});}google.maps.event.addDomListener(window, 'load', initialize);