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.575,-85.8155)};var g_59727fa212140da7999b9e659b3196aa = new google.maps.Geocoder();g_59727fa212140da7999b9e659b3196aa.geocode( { 'address': "925 Lincolnway E, Goshen, IN 46526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goshen-IN-communitywide-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('goshen-IN-communitywide-federal-credit-union'), mapOptions);}document.getElementById('ce1642df').innerHTML += ' | View Map';var $l59727fa212140da7999b9e659b3196aa = '

CommunityWide Federal Credit Union

Address: 925 Lincolnway E, Goshen, IN 46526, USA
Phone: (574) 534-8600
';var m_59727fa212140da7999b9e659b3196aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CommunityWide Federal Credit Union',});m_59727fa212140da7999b9e659b3196aa['infowindow'] = new google.maps.InfoWindow({content: $l59727fa212140da7999b9e659b3196aa});var infowindow = new google.maps.InfoWindow({content: $l59727fa212140da7999b9e659b3196aa});google.maps.event.addListener(m_59727fa212140da7999b9e659b3196aa, 'click', function() {infowindow.open(map,m_59727fa212140da7999b9e659b3196aa);});$marker.push(m_59727fa212140da7999b9e659b3196aa);}});}google.maps.event.addDomListener(window, 'load', initialize);