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.6726,-86.2517)};var g_1b6a0ef1ad2bdc7b29d99e925998a18e = new google.maps.Geocoder();g_1b6a0ef1ad2bdc7b29d99e925998a18e.geocode( { 'address': "1555 W Western Ave, South Bend, IN 46619"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-bend-IN-communitywide-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-bend-IN-communitywide-federal-credit-union'), mapOptions);}document.getElementById('51562209').innerHTML += ' | View Map';var $l1b6a0ef1ad2bdc7b29d99e925998a18e = '

Communitywide Federal Credit Union

Address: 1555 W Western Ave, South Bend, IN 46619
Phone: (574) 239-2700
';var m_1b6a0ef1ad2bdc7b29d99e925998a18e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communitywide Federal Credit Union',});m_1b6a0ef1ad2bdc7b29d99e925998a18e['infowindow'] = new google.maps.InfoWindow({content: $l1b6a0ef1ad2bdc7b29d99e925998a18e});var infowindow = new google.maps.InfoWindow({content: $l1b6a0ef1ad2bdc7b29d99e925998a18e});google.maps.event.addListener(m_1b6a0ef1ad2bdc7b29d99e925998a18e, 'click', function() {infowindow.open(map,m_1b6a0ef1ad2bdc7b29d99e925998a18e);});$marker.push(m_1b6a0ef1ad2bdc7b29d99e925998a18e);}});}google.maps.event.addDomListener(window, 'load', initialize);